forked from sisardor/react-sendbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 791 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": "react-sendbox",
"version": "0.0.1",
"description": "Reactjs playground",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server"
},
"author": "Sardor Isakov",
"license": "ISC",
"devDependencies": {
"node-libs-browser": "~0.5.2",
"webpack": "~1.9.10",
"jsx-loader": "~0.13.2",
"react-hot-loader": "~1.2.7",
"classnames": "~1.2.0",
"img-loader": "~1.1.0"
},
"dependencies": {
"express": "~4.12.4",
"http-proxy": "~1.11.1",
"webpack-dev-server": "~1.9.0",
"babel-loader": "~5.1.3",
"babel-core": "~5.8.23",
"style-loader": "~0.12.3",
"css-loader": "~0.14.4",
"react": "~0.13.3",
"json-loader": "~0.5.2",
"sass-loader": "~1.0.2"
}
}