-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "MajorIV",
"version": "0.1.0",
"description": "",
"author": "Alex Bernard",
"scripts": {
"development": "webpack --watch",
"production": "webpack -d -p"
},
"devDependencies": {
"array.from": "^1.0.0",
"babel-core": "^6.6.5",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.4",
"babel-plugin-lodash": "2.1.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.16.0",
"dsv-loader": "^1.0.3",
"extract-text-webpack-plugin": "^0.8.2",
"node-sass": "^3.3.3",
"postcss-cssnext": "^2.1.0",
"postcss-loader": "^0.6.0",
"postcss-will-change": "^1.0.0",
"eslint": "^2.3.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^4.2.0",
"estraverse-fb": "^1.3.1",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.6.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-router": "^2.0.0",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.3",
"webpack": "^1.12.14"
},
"license": "MIT"
}