-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.49 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.49 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
{
"name": "map-project",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 4500",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"axios": "^1.6.5",
"hashids": "^2.3.0",
"i": "^0.3.7",
"leaflet-loader": "^0.0.3",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"moment": "^2.30.1",
"notyf": "^3.10.0",
"npm": "^10.4.0",
"pinia": "^2.1.7",
"vee-validate": "^4.12.5",
"vue": "^3.3.11",
"vue-audio-visual": "^3.0.7",
"vue-router": "^4.2.5",
"vue-select": "^4.0.0-beta.6",
"vue-tippy": "^6.4.1",
"vue-toastification": "^2.0.0-rc.5",
"yup": "^1.3.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-prettier": "^8.0.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"postcss": "^8.4.33",
"prettier": "^3.0.3",
"tailwindcss": "^3.4.1",
"vite": "^5.0.10"
}
}