-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 878 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 878 Bytes
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
{
"name": "webpackbin-project",
"version": "1.0.0",
"description": "Project boilerplate",
"repository": {
"type": "git",
"url": "https://github.com/NirBenita/usability-rover-client"
},
"scripts": {
"start": "webpack-dev-server --content-base build/",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"react": "15.4.1",
"react-dom": "15.4.1",
"react-router": "^3.0.2",
"styled-components": "^1.2.1"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"html-webpack-plugin": "1.6.1",
"webpack": "1.12.13",
"webpack-dev-server": "1.14.1",
"@kadira/storybook": "^2.21.0"
},
"author": "WebpackBin",
"license": "ISC"
}