-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.06 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
{
"name": "goldsprint",
"version": "0.0.1",
"author": "Marcin Gębala",
"license": "MIT",
"engines": {
"node": "6.3.0"
},
"dependencies": {
"axios": "^0.13.1",
"moment": "^2.14.1",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"underscore": "~1.8.3"
},
"babel": {
"presets": [
"stage-0",
"es2015",
"react"
]
},
"devDependencies": {
"babel-core": "~6.1.2",
"babel-loader": "~6.0.1",
"babel-preset-es2015": "~6.1.2",
"babel-preset-react": "~6.0.15",
"babel-preset-stage-0": "~6.0.15",
"bootstrap-sass": "~3.3.5",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"jquery": "^3.2.1",
"node-sass": "~3.8.0",
"react-hot-loader": "^1.3.0",
"sass-loader": "^4.0.0",
"url-loader": "^0.5.7",
"webpack": "~1.13.0",
"webpack-bundle-tracker": "0.0.93",
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"build": "webpack"
}
}