-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.08 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.08 KB
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
{
"name": "interactive-landscape-tool",
"author": "SciFY",
"description": "Interactive Landscape Tool",
"version": "0.55",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" \"build-ssr {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"build-ssr": "vite build --ssr",
"type-check": "vue-tsc --build",
"lint": "eslint resources --fix",
"format": "prettier \"resources/**/*.{js,ts,vue}\" --write"
},
"devDependencies": {
"@inertiajs/vue3": "^2.0",
"@types/bootstrap": "^5.2",
"@types/geojson": "7946.0",
"@types/mapbox-gl": "^3.4",
"@types/node": "^22.16",
"@vitejs/plugin-vue": "^5.2",
"@vue/eslint-config-prettier": "^10.2",
"@vue/server-renderer": "^3.5",
"@vue/tsconfig": "^0.7",
"autoprefixer": "^10.4.21",
"axios": "^1.10",
"eslint": "^9.29",
"eslint-plugin-vue": "^9.33",
"laravel-vite-plugin": "^1.3",
"npm-run-all2": "^7.0",
"postcss": "^8.5",
"prettier": "^3.5",
"prettier-plugin-organize-imports": "3.2",
"sass": "^1.89",
"stylelint": "^16.20",
"stylelint-config-standard-scss": "^14.0",
"stylelint-prettier": "^5.0",
"typescript": "~5.8",
"typescript-eslint": "^8.35",
"vite": "^6.3.5",
"vite-plugin-vue-devtools": "^7.7",
"vue": "^3.5",
"vue-tsc": "^3.0"
},
"dependencies": {
"@fontsource-variable/montserrat": "^5.1.1",
"@fontsource-variable/quicksand": "^5.1.1",
"@fontsource-variable/source-sans-3": "^5.1.1",
"@popperjs/core": "^2.11.8",
"@studiometa/vue-mapbox-gl": "^2.7",
"@vueuse/core": "^11.3",
"bootstrap": "^5.3.3",
"easymde": "^2.20.0",
"lucide-vue-next": "^0.462",
"mapbox-gl": "^3.12",
"pinia": "^3.0",
"vue3-autocounter": "^1.0",
"vue3-table-lite": "^1.4",
"ziggy-js": "^2.4.2"
}
}