-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 899 Bytes
/
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
{
"name": "chrommander",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --config webpack.config -w",
"build": "webpack --config webpack.config",
"storybook": "start-storybook -p 9001 -c .storybook",
"release": "./scripts/release.sh"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@storybook/addon-knobs": "^3.3.13",
"@storybook/react": "^3.3.13",
"@types/chrome": "0.0.59",
"@types/classnames": "^2.2.3",
"@types/node": "^9.4.6",
"@types/react": "^16.0.36",
"@types/react-dom": "^16.0.3",
"@types/storybook__react": "^3.0.7",
"babel-core": "^6.26.0",
"classnames": "^2.2.5",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"ts-loader": "^3.4.0",
"typescript": "^2.7.1",
"webpack": "^3.10.0"
}
}