-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 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
50
51
52
53
54
55
{
"name": "sparte",
"version": "8.5.0",
"private": true,
"scripts": {
"dev": "webpack serve --mode development",
"build": "webpack --mode production",
"lint": "eslint --fix ./assets/scripts/*.js ./assets/scripts/**/*.js",
"tsc": "tsc"
},
"devDependencies": {
"@babel/core": "^7.24.1",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.24.1",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react-redux": "^7.1.33",
"@types/styled-components": "^5.1.34",
"babel-loader": "^9.1.3",
"css-loader": "^6.7.3",
"eslint": "^8.52.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-webpack-plugin": "^4.0.1",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^2.7.2",
"react-refresh": "^0.14.2",
"ts-loader": "^9.5.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.6.2",
"webpack": "^5.96.1",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"@gouvfr/dsfr": "^1.8.5",
"@reduxjs/toolkit": "^2.2.1",
"@svgr/webpack": "^8.1.0",
"highcharts": "^11.4.6",
"highcharts-react-official": "^3.2.1",
"htmx.org": "^1.8.4",
"lodash.isequal": "^4.5.0",
"maplibre-gl": "^3.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.26.0",
"styled-components": "^6.1.8"
}
}