-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
129 lines (129 loc) · 4.16 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
{
"name": "data-corner.en-marche",
"version": "0.1.1",
"private": true,
"type": "module",
"dependencies": {
"@ckeditor/ckeditor5-react": "^5.1.0",
"@emotion/is-prop-valid": "^1.3.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@hookform/resolvers": "^3.3.2",
"@iconify/react": "^5.0.2",
"@mui/icons-material": "^5.16.14",
"@mui/lab": "^5.0.0-alpha.161",
"@mui/material": "^5.15.9",
"@mui/styles": "^6.1.3",
"@mui/system": "^5.14.18",
"@mui/x-date-pickers": "^6.19.3",
"@reduxjs/toolkit": "^1.9.7",
"@sentry/react": "^8.50.0",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^5.17.21",
"@turf/turf": "^6.5.0",
"@uidotdev/usehooks": "^2.4.1",
"@watergis/mapbox-gl-export": "^3.5.0",
"autosuggest-highlight": "^3.3.4",
"axios": "^1.7.7",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.1",
"file-saver": "^2.0.5",
"filepond": "^4.31.4",
"formik": "^2.4.6",
"jme-ckeditor5": "EnMarche/ckeditor5#master",
"libphonenumber-js": "^1.11.18",
"lodash": "^4.17.21",
"mapbox-gl": "^2.15",
"notistack": "^3.0.1",
"prop-types": "^15.8.1",
"qs": "^6.14.0",
"react": "^18.3.1",
"react-cropper": "^2.3.3",
"react-dom": "^18.2.0",
"react-email-editor": "^1.7.11",
"react-filepond": "^7.1.2",
"react-hook-form": "^7.53.0",
"react-infinite-scroll-component": "^6.1.0",
"react-lazy-load-image-component": "^1.6.0",
"react-markdown": "^9.0.1",
"react-quill": "^2.0.0",
"react-redux": "^8.1.3",
"react-router": "^6.3.0",
"react-router-dom": "^6.21.3",
"react-script-hook": "^1.7.2",
"react-transition-group": "^4.4.5",
"react-use": "^17.6.0",
"react-window": "^1.8.10",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"sass": "^1.79.2",
"simplebar-react": "^3.2.6",
"sprintf-js": "^1.1.3",
"uuid": "^10.0.0",
"yet-another-react-lightbox": "^3.21.6",
"yup": "^1.4.0",
"zod": "^3.24.1",
"zustand": "^5.0.3"
},
"scripts": {
"start": "vite",
"start-test": "yarn rollup:dev & yarn rollup:preview",
"dev": "vite preview",
"build": "tsc && vite build --mode production",
"test": "TZ=Europe/Paris vitest",
"test-coverage": "TZ=Europe/Paris vitest src --coverage",
"test:cy": "TZ=Europe/Paris cypress open --config-file cypress.config.js",
"lint": "eslint './{src,cypress}/**/*.{js,jsx,ts,tsx}' --ignore-path .gitignore",
"lint:fix": "yarn run lint --fix",
"prepare": "husky",
"rollup:dev": "yarn vite build --config rollup.config.js --mode test",
"rollup:preview": "yarn vite preview --config rollup.config.js"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.25.7",
"@faker-js/faker": "^9.4.0",
"@sentry/vite-plugin": "^3.0.0",
"@testing-library/cypress": "^10.0.2",
"@testing-library/react": "^14.2.2",
"@types/google.maps": "^3.58.1",
"@types/lodash": "^4.17.14",
"@types/mapbox-gl": "^3.1.0",
"@types/qs": "^6.9.18",
"@types/react": "^18.0",
"@types/react-transition-group": "^4.4.12",
"@types/sprintf-js": "^1.1.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/coverage-v8": "^1.2.2",
"cypress": "^13.16.1",
"cypress-vite": "^1.6.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-cypress": "^3.6.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-vitest-globals": "^1.5.0",
"husky": "^9.0.11",
"jsdom": "^26.0.0",
"lint-staged": "^15.2.10",
"prettier": "^3.4.2",
"typescript": "^5.3.3",
"vite": "^6.0.11",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-html": "^3.2.2",
"vite-plugin-html-env": "^1.2.8",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^1.6.0"
},
"lint-staged": {
"*.{js,jsx,json}": [
"prettier --write"
]
}
}