forked from parti-renaissance/espace-adherent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.63 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
{
"name": "enmarche_fr",
"scripts": {
"build-prod": "node_modules/.bin/webpack --config webpack.config.prod.js",
"build-dev": "node_modules/.bin/webpack --config webpack.config.dev.js",
"watch": "node_modules/.bin/webpack --config webpack.config.dev.js --progress --colors --watch",
"test": "node_modules/.bin/mocha-webpack --webpack-config webpack.config.dev.js --recursive front/tests",
"lint": "node_modules/.bin/esw webpack.config.* front/**/*.js",
"lint:fix": "npm run lint -- --fix",
"lint:watch": "npm run lint -- --watch"
},
"dependencies": {
"@mapbox/polylabel": "^1.0.2",
"algoliasearch": "^3.22.1",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"chai": "^3.5.0",
"clipboard": "^1.6.1",
"core-js": "^2.4.1",
"css-loader": "^0.24.0",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^11.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.9.0",
"eslint-watch": "^2.1.14",
"extract-text-webpack-plugin": "^2.0.0-beta.5",
"file-loader": "^0.9.0",
"js-base64": "^2.1.9",
"js-cookie": "^2.1.0",
"mocha": "^3.1.2",
"mocha-webpack": "^0.7.0",
"node-sass": "^3.11.2",
"npm-run-all": "^3.1.2",
"raven-js": "^3.8.0",
"react": "^15.3.2",
"react-addons-test-utils": "^15.3.2",
"react-csv": "^1.0.5",
"react-data-grid": "^2.0.6",
"react-dom": "^15.3.2",
"reqwest": "^2.0.5",
"sass-loader": "^4.0.0",
"stackblur-canvas": "^1.4.0",
"style-loader": "^0.13.1",
"webpack": "^2.2.0"
}
}