-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 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
{
"name": "my-project",
"private": true,
"version": "0.0.0",
"main": "app/main.jsx",
"scripts": {
"dev-server": "node server-local.js | webpack-dev-server --port 8081 --hot --devtool eval --display-error-details --progress --colors --content-base build"
},
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer-core": "^5.2.0",
"classnames": "^2.1.2",
"js-md5": "^0.3.0",
"postcss-loader": "^0.4.4",
"react": "^0.13.3",
"react-inlinesvg": "^0.4.1",
"react-router": "^0.13.3",
"reflux": "~0.2.4",
"superagent": "^1.2.0"
},
"devDependencies": {
"babel-core": "^5.4.7",
"babel-eslint": "^3.1.10",
"babel-loader": "^5.1.3",
"css-loader": "^0.14.3",
"eslint": "^0.21.2",
"eslint-loader": "^0.11.2",
"eslint-plugin-react": "^2.4.0",
"express": "^4.12.4",
"extract-text-webpack-plugin": "^0.8.1",
"jsx-loader": "^0.13.2",
"karma": "^0.12.37",
"node-sass": "^3.1.2",
"proxy-middleware": "^0.11.1",
"pushstate-server": "^1.6.0",
"react-hot-loader": "^1.2.8",
"sass-loader": "^0.5.0",
"style-loader": "^0.12.3",
"webpack": "^1.9.10",
"webpack-dev-server": "^1.9.0"
}
}