-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
167 lines (167 loc) · 5.34 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"name": "agir",
"scripts": {
"lint": "prettier --check \"agir/**/*.js\"",
"lint:fix": "prettier --write \"agir/**/*.js\"",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:ci": "cross-env CI=true jest --coverage --ci --maxWorkers=2 --reporters=default",
"build": "webpack --config webpack.production.js",
"build:dev": "webpack --config webpack.dev.js",
"watch": "webpack serve --config webpack.dev.js",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lafranceinsoumise/agir.lafranceinsoumise.fr.git"
},
"license": "AGPL",
"bugs": {
"url": "https://github.com/lafranceinsoumise/agir.lafranceinsoumise.fr.git/issues"
},
"engines": {
"npm": ">=10.5.2 <11.0.0",
"node": ">=21.7.3 <22.0.0"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.24.7",
"@emoji-mart/data": "^1.2.1",
"@react-spring/core": "^9.7.3",
"@react-spring/shared": "^9.7.3",
"@react-spring/web": "^9.7.3",
"@sentry/react": "^7.114.0",
"@sentry/tracing": "^7.114.0",
"@use-gesture/react": "^10.3.1",
"axios": "^1.7.2",
"body-scroll-lock": "^3.1.5",
"bootstrap-sass": "^3.4.3",
"classnames": "^2.5.1",
"cleave.js": "^1.6.0",
"core-js": "^3.37.1",
"cross-env": "^7.0.3",
"debug": "^4.3.5",
"dotenv": "^16.4.5",
"emoji-mart": "^5.6.0",
"eonasdan-bootstrap-datetimepicker": "^4.17.49",
"es6-symbol": "^3.1.4",
"feather-icons": "^4.29.2",
"fontfaceonload": "^1.0.2",
"history": "^5.3.0",
"js-cookie": "^3.0.5",
"jsoneditor": "^10.1.0",
"leaflet-geosearch": "^4.0.0",
"libphonenumber-js": "^1.11.4",
"localized-countries": "^2.0.0",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"minisearch": "^7.0.0",
"moment": "^2.30.1",
"normalize.css": "^8.0.1",
"object-hash": "^3.0.0",
"ol": "^9.2.4",
"path-to-regexp-es": "^3.0.0",
"promise": "^8.3.0",
"prop-types": "^15.8.1",
"query-string": "^9.0.0",
"querystring-es3": "^0.2.1",
"react": "^17.0.2",
"react-datetime": "^3.2.0",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-multi-date-picker": "^4.5.2",
"react-on-screen": "^2.1.1",
"react-quill": "^2.0.0",
"react-router-dom": "^5.3.4",
"react-router-scroll-memory": "^2.0.7",
"react-select": "^5.8.0",
"react-spring-bottom-sheet": "^3.4.1",
"react-stepzilla": "^7.0.0",
"react-toastify": "^9.1.3",
"react-transition-group": "^4.4.5",
"react-use": "^17.5.0",
"regenerator-runtime": "^0.14.1",
"reinspect": "^1.1.0",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "^7.8.1",
"sass": "~1.77.7",
"sass-loader": "14.2.1",
"short-uuid": "^5.2.0",
"styled-components": "^6.1.11",
"stylis": "^4.3.2",
"swiper": "^11.1.4",
"swr": "^2.2.5",
"tinymce": "^7.2.1",
"tinymce-i18n": "^24.7.8",
"url": "^0.11.3",
"validate.js": "^0.13.1",
"workbox-cacheable-response": "^7.1.0",
"workbox-expiration": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@statoscope/webpack-plugin": "^5.28.2",
"@storybook/addon-actions": "^8.2.1",
"@storybook/addon-essentials": "^8.2.1",
"@storybook/addon-links": "^8.2.1",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/cli": "^8.2.1",
"@storybook/manager-api": "^8.2.1",
"@storybook/react": "^8.2.1",
"@storybook/react-webpack5": "^8.2.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-plugin-polyfill-corejs3": "^0.10.4",
"babel-plugin-styled-components": "2.1.4",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-preset-env-modules": "^1.0.1",
"css-loader": "^7.1.2",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.9.0",
"msw": "^2.3.1",
"msw-storybook-addon": "^2.0.2",
"prettier": "^3.3.2",
"react-is": "^17.0.2",
"react-refresh": "^0.14.2",
"react-test-renderer": "^17.0.2",
"storybook": "^8.2.1",
"storybook-dark-mode": "^4.0.2",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^5.10.0",
"webpack-stats-plugin": "^1.1.3",
"webpackbar": "6.0.1",
"workbox-webpack-plugin": "^7.1.0"
},
"msw": {
"workerDirectory": [
".storybook/public"
]
}
}