-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.92 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
{
"name": "vue3-atlas",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build-dev": "vite build --mode=development",
"build-prod": "vite build --mode=production",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --ignore-path .eslintignore",
"lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .eslintignore"
},
"dependencies": {
"@fortawesome/fontawesome-pro": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@phila/phila-ui-app-footer": "^0.0.7",
"@phila/phila-ui-app-header": "^0.0.21",
"@phila/phila-ui-core": "^1.0.15",
"@phila/phila-ui-dropdown": "^0.0.1",
"@phila/phila-ui-lang-selector": "^0.0.7",
"@phila/phila-ui-mobile-nav": "^0.0.6",
"@phila/phila-ui-nav-link": "^0.0.6",
"@phila/phila-ui-textbox": "^0.0.2",
"@turf/area": "^7.0.0",
"@turf/bbox": "^7.0.0",
"@turf/bbox-polygon": "^7.0.0",
"@turf/buffer": "^7.0.0",
"@turf/destination": "^7.0.0",
"@turf/distance": "^7.0.0",
"@turf/explode": "^7.0.0",
"@turf/helpers": "^7.0.0",
"@turf/midpoint": "^7.0.0",
"@turf/nearest-point": "^7.0.0",
"accounting": "^0.4.1",
"axios": "^1.6.8",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.2.0",
"maplibre-gl": "^4.1.3",
"pinia": "^2.1.7",
"proj4": "^2.11.0",
"qs": "^6.12.1",
"slugify": "^1.6.6",
"vue": "^3.4.21",
"vue-good-table-next": "^0.2.1",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"sass": "^1.74.1",
"vite": "^5.1.6",
"vite-plugin-vue-devtools": "^7.3.1"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.6.1"
}
}