-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.21 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
{
"name": "fronthackaton",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"generate-sitemap": "node generate-sitemap.mjs",
"build": "npm run generate-sitemap && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@passageidentity/passage-auth": "^0.1.0-beta.28",
"@passageidentity/passage-elements": "^1.23.1",
"@vueuse/core": "^11.0.3",
"axios": "^1.7.4",
"echarts": "^5.5.1",
"pinia": "^2.1.7",
"v-dropdown": "^3.0.0",
"vite-plugin-pwa": "^0.21.1",
"vue": "^3.4.29",
"vue-content-loader": "^2.0.1",
"vue-echarts": "^7.0.3",
"vue-material-design-icons": "^5.3.1",
"vue-router": "^4.3.3",
"vue3-toastify": "^0.2.4",
"workbox-precaching": "^7.3.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^9.0.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"prettier": "^3.2.5",
"sass-embedded": "^1.77.8",
"vite": "^5.3.1",
"vite-plugin-vue-devtools": "^7.3.1"
}
}