-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.6 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "react-image-charts-qrcode",
"version": "1.0.2",
"description": "React Component to Generate a QR Code",
"main": "dist/index.js",
"engines": {
"node": ">=8.11.1"
},
"scripts": {
"prerelease": "git add --all && git commit -m\"Publishing update\"",
"push-master": "git push origin master",
"release": "npm version patch && npm run push-master && npm publish",
"prepublish": "npm run build",
"prebuild": "npm run clean-dist && npm run lint && npm run test",
"build": "babel src --out-dir dist --ignore test.js",
"clean-dist": "rimraf ./dist",
"lint": "eslint src",
"lint-fix": "eslint src --fix",
"test": "mocha src/*.test.js --require @babel/register",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages",
"ship": "np"
},
"dependencies": {
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-image-loader-hoc": "^1.0.6",
"styled-components": "^4.1.3"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@storybook/addon-a11y": "^4.1.7",
"@storybook/addon-actions": "^4.1.7",
"@storybook/addon-knobs": "^4.1.7",
"@storybook/addon-links": "^4.1.2",
"@storybook/addon-notes": "^4.1.7",
"@storybook/addon-options": "^4.1.7",
"@storybook/addon-viewport": "^4.1.7",
"@storybook/addons": "^4.1.2",
"@storybook/react": "^4.1.2",
"@storybook/storybook-deployer": "^2.8.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^8.0.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chai": "^4.1.0",
"eslint": "^4.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.11.1",
"install": "^0.10.1",
"mocha": "^5.2.0",
"np": "^5.0.3",
"npm": "^6.4.1",
"rimraf": "^2.6.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AminRafaey/react-image-charts-qrcode.git"
},
"bugs": {
"url": "https://github.com/AminRafaey/react-image-charts-qrcode.git/issues"
},
"homepage": "https://github.com/AminRafaey/react-image-charts-qrcode.git#readme",
"keywords": [
"React",
"QR code",
"QR",
"Generator",
"Customizable",
"Image Charts",
"Charts",
"React image charts qrcode"
],
"author": "Amin Rafaey",
"license": "MIT"
}