forked from parti-renaissance/espace-adherent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.41 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
69
70
{
"name": "enmarche_fr",
"scripts": {
"build-amp": "node_modules/.bin/node-sass --output-style compressed front/style/amp.scss > templates/amp/style.css.twig",
"build-prod": "node_modules/.bin/webpack --config webpack.production.js",
"build-apps": "bin/build-react-apps.js",
"build-dev": "node_modules/.bin/webpack --config webpack.development.js",
"watch": "node_modules/.bin/webpack --config webpack.development.js --progress --colors --watch",
"test": "node_modules/.bin/mocha-webpack --webpack-config webpack.development.js --recursive front/tests",
"lint": "node_modules/.bin/esw webpack.* front/**/*.js",
"lint:fix": "npm run lint -- --fix",
"lint:watch": "npm run lint -- --watch"
},
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@ckeditor/ckeditor5-build-en-marche": "https://github.com/EnMarche/ckeditor5-build-classic#stable",
"@google/markerclusterer": "^1.0.3",
"@mapbox/polylabel": "^1.0.2",
"algoliasearch": "^4.8.3",
"atob": "^2.1.0",
"babel-loader": "^8.0.6",
"chai": "^3.5.0",
"clipboard": "^1.6.1",
"copy-webpack-plugin": "^6.0.0",
"core-js": "^3.7.0",
"cropperjs": "^1.5.9",
"cryptiles": "^4.1.2",
"css-loader": "^2.1.1",
"deep-extend": "^0.6.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": "5.0.1",
"events": "^3.0.0",
"extend": "^3.0.2",
"file-loader": "^3.0.1",
"flatpickr": "^4.6.6",
"growl": "1.10.5",
"js-base64": "^2.1.9",
"js-cookie": "^2.1.0",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "^0.6.0",
"mocha": "8.2.1",
"mocha-webpack": "^0.7.0",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"randomatic": "^3.0.0",
"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",
"react-power-select": "^1.0.0-beta.17",
"reqwest": "^2.0.5",
"sass-loader": "^7.1.0",
"select2": "^4.0.13",
"sshpk": "1.16.1",
"stackblur-canvas": "^1.4.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^2.3.6",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-merge": "^4.2.1"
}
}