-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.56 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
{
"name": "geostyler-dsfr-example",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --check src/",
"format:fix": "prettier --write src/",
"preview": "vite preview",
"predev": "react-dsfr update-icons",
"prebuild": "react-dsfr update-icons",
"clean": "rm -rf node_modules/.vite dist"
},
"dependencies": {
"@codegouvfr/react-dsfr": "^1.9.20",
"@tanstack/react-query": "^5.45.1",
"@tanstack/react-query-devtools": "^5.45.1",
"d3": "^7.9.0",
"fast-xml-parser": "^4.4.0",
"geopf-extensions-openlayers": "./src/lib/geopf-extensions-openlayers-1.0.0-beta.0-265.tgz",
"geostyler": "^14.1.4",
"geostyler-legend": "^5.0.0",
"geostyler-mapbox-parser": "^5.0.1",
"geostyler-openlayers-parser": "^4.3.0",
"geostyler-qgis-parser": "^2.0.1",
"geostyler-sld-parser": "^5.4.0",
"ol": "8.2.0",
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
"devDependencies": {
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"prettier": "^3.3.2",
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
}