forked from parti-renaissance/espace-adherent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.51 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
71
72
73
74
75
76
77
78
79
{
"name": "enmarche_fr",
"scripts": {
"build-prod": "node_modules/.bin/webpack --config webpack.production.js",
"build-dev": "node_modules/.bin/webpack --config webpack.development.js",
"watch": "node_modules/.bin/webpack --config webpack.development.js --progress --color --watch",
"lint": "eslint front/**/*.js assets/**/*.js .eslintrc.js",
"lint:fix": "npm run lint -- --fix",
"lint:watch": "npm run lint -- --watch"
},
"dependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@google/markerclusterer": "^2.0.9",
"@googlemaps/js-api-loader": "^1.16.6",
"@headlessui/react": "^1.7.19",
"@mapbox/polylabel": "^1.0.2",
"@sentry/browser": "^7.114.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.13",
"algoliasearch": "^4.23.3",
"alpinejs": "^3.13.10",
"atob": "^2.1.0",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"clipboard": "^2.0.11",
"copy-text-to-clipboard": "^3.2.0",
"copy-webpack-plugin": "^12.0.2",
"core-js": "^3.37.1",
"cropperjs": "^1.6.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.2",
"eslint-watch": "^8.0.0",
"events": "^3.3.0",
"file-loader": "^6.2.0",
"flatpickr": "^4.6.13",
"growl": "^1.10.5",
"interactjs": "^1.10.27",
"js-base64": "^3.7.7",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.9.0",
"moment": "^2.30.1",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"prop-types": "^15.8.1",
"qs": "^6.12.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"regenerator-runtime": "^0.14.1",
"reqwest": "^2.0.5",
"sass": "^1.77.4",
"sass-loader": "^14.2.1",
"select2": "^4.0.13",
"stackblur-canvas": "^2.7.0",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.4",
"terser-webpack-plugin": "^5.3.10",
"tippy.js": "^6.3.7",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.0",
"webpack-merge": "^5.10.0"
},
"devDependencies": {
"@types/alpinejs": "^3.13.10",
"@types/google.maps": "^3.55.9"
}
}