-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
54 lines (54 loc) · 1.49 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
{
"name": "geostyler-demo",
"version": "1.0.0",
"homepage": ".",
"type": "module",
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"antd": "^5.18.0",
"d3": "^7.9.0",
"geostyler": "^15.0.0",
"geostyler-geojson-parser": "^2.0.0",
"geostyler-legend": "^5.0.0",
"geostyler-mapbox-parser": "^6.0.0",
"geostyler-qgis-parser": "^3.0.0",
"geostyler-shapefile-parser": "^2.0.0",
"geostyler-sld-parser": "^6.1.0",
"geostyler-style": "^9.0.1",
"geostyler-wfs-parser": "^3.0.1",
"moment": "^2.30.1",
"ol": "^9.2.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.4.5"
},
"scripts": {
"start": "vite",
"build": "vite build && copyfiles \"./public/**/*.png\" dist --up 1 && copyfiles \"./public/**/*.json\" dist --up 1"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@vitejs/plugin-react": "^4.3.1",
"conventional-changelog-conventionalcommits": "^7.0.2",
"copyfiles": "^2.4.1",
"semantic-release": "^24.0.0",
"tslib": "2.6.2",
"vite": "^5.3.1",
"vite-plugin-meta-env": "^1.0.2"
},
"funding": "https://opencollective.com/geostyler"
}