-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.4 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
44
45
46
47
48
49
50
51
{
"name": "scugpa",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "webpack-dev-server --devtool eval --progress --colors --hot --content-base build"
},
"dependencies": {
"async": "^2.0.1",
"body-parser": "~1.13.2",
"cheerio": "^0.22.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"eventproxy": "^0.3.5",
"express": "^4.13.4",
"express-session": "^1.14.1",
"extract-text-webpack-plugin": "^1.0.1",
"material-ui": "^0.15.4",
"morgan": "~1.6.1",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-fa": "^4.1.2",
"react-motion": "^0.4.4",
"react-router": "^2.8.0",
"react-swipeable-views": "^0.7.3",
"react-tap-event-plugin": "^1.0.0",
"serve-favicon": "~2.3.0",
"superagent": "^2.2.0",
"superagent-charset": "^1.1.1",
"webpack": "^1.13.2",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.25.0",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.0.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"file-loader": "^0.9.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack-dev-server": "^1.15.1"
}
}