-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 771 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 771 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
{
"name": "react-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"development": "./node_modules/.bin/webpack-dev-server --inline --hot --content-base www/",
"deploy": "./node_modules/.bin/webpack -p"
},
"author": "",
"license": "ISC",
"dependencies": {
"classnames": "^2.2.0",
"react": "^0.14.2",
"react-dom": "^0.14.2"
},
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"css-loader": "^0.22.0",
"extract-text-webpack-plugin": "^0.9.1",
"node-sass": "^3.4.1",
"sass-loader": "^3.1.1",
"style-loader": "^0.13.0",
"ts-loader": "^0.6.1",
"webpack": "^1.12.3",
"webpack-dev-server": "^1.9.0"
}
}