-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "todo",
"version": "0.1.0",
"description": "",
"author": "Geoffrey Dhuyvetters",
"scripts": {
"development": "webpack --watch",
"production": "webpack -d -p"
},
"devDependencies": {
"array.from": "^0.2.0",
"babel-core": "^6.3.15",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.0",
"babel-plugin-lodash": "^2.0.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"css-loader": "^0.16.0",
"dsv-loader": "^1.0.3",
"eslint": "^1.7.1",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^3.5.1",
"extract-text-webpack-plugin": "^0.8.2",
"isomorphic-fetch": "^2.2.1",
"jsonwebtoken": "^5.7.0",
"lodash": "^4.5.0",
"moment": "^2.11.2",
"node-sass": "^3.3.3",
"postcss-cssnext": "^2.1.0",
"postcss-loader": "^0.6.0",
"postcss-will-change": "^1.0.0",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-router": "^2.0.0",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.3",
"webpack": "^1.11.0"
},
"license": "MIT",
"dependencies": {
"react-burger-menu": "^1.9.0"
}
}