forked from coopcycle/coopcycle-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.86 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"babel": {
"presets": [
"stage-0",
"react"
]
},
"name": "coopcycle-js",
"version": "1.0.0",
"description": "",
"main": "build/coopcycle.js",
"scripts": {
"build": "NODE_ENV=production node_modules/webpack/bin/webpack.js -p --bail --config ./webpack/prod.config.js",
"example": "NODE_ENV=webpack node ./webpack/webpackDevServer.js"
},
"repository": {
"type": "git",
"url": "https://github.com/coopcycle/coopcycle-js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/coopcycle/coopcycle-js/issues"
},
"homepage": "https://github.com/coopcycle/coopcycle-js",
"dependencies": {
"form-data": "^2.3.2",
"isomorphic-fetch": "^2.2.1",
"localforage": "^1.5.0",
"lodash": "^4.17.4",
"lodash.groupby": "^4.6.0",
"react-scroll": "^1.6.4",
"object-hash": "^1.1.8"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.23.1",
"file-loader": "^0.11.2",
"gzip-size": "^3.0.0",
"html-webpack-plugin": "^2.30.1",
"image-webpack-loader": "^3.3.1",
"moment": "^2.18.1",
"node-env-file": "^0.1.8",
"node-sass": "^4.0.0",
"postcss-loader": "0.9.1",
"react": "^16.1.0",
"react-bootstrap": "^0.31.2",
"react-dom": "^16.1.0",
"react-hot-loader": "^3.0.0-beta.7",
"react-modal": "3.1.2",
"react-places-autocomplete": "^5.4.2",
"react-redux": "^5.0.6",
"react-router-dom": "^4.1.2",
"react-stripe-elements": "1.2.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"webpack": "^3.6.0",
"webpack-dev-middleware": "^1.12.0",
"webpack-dev-server": "^2.9.1"
}
}