-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.54 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
{
"name": "hnf-hand",
"version": "0.1.2",
"description": "The hand component for hand and foot.",
"main": "dist/index.js",
"scripts": {
"prepare": "webpack --config ./npm.webpack.config.js --progress --mode development",
"build": "webpack --config ./npm.webpack.config.js --progress --mode development",
"start": "nodemon dist-local/index.js",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"keywords": [
"react",
"playing-card"
],
"author": {
"name": "Aryan Jabbari",
"email": "[email protected]",
"url": "http://aryanj-nyc.github.io"
},
"license": "ISC",
"peerDependencies": {
"react": "^16.8.0"
},
"dependencies": {
"hnf-playing-card": "^0.1.6",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-components": "^4.2.0"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@storybook/addon-actions": "^4.1.18",
"@storybook/addon-links": "^4.1.18",
"@storybook/addons": "^4.1.18",
"@storybook/cli": "^4.1.18",
"@storybook/react": "^4.0.0-alpha.24",
"babel-loader": "^8.0.4",
"babel-plugin-styled-components": "^1.10.0",
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^2.0.0-alpha.20",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
}
}