generated from Byloth/tuemplate
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "@bylothink/halloween-homework",
"version": "1.0.0",
"license": "Apache-2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "vue-tsc --build --force",
"lint": "eslint .",
"prepare": "husky",
"test": "vitest"
},
"dependencies": {
"@byloth/core": "2.0.0-rc.7",
"@byloth/exceptions": "^2.3.0",
"@byloth/vuert": "^1.3.4",
"@fortawesome/fontawesome-free": "^6.7.1",
"@vueuse/core": "^11.3.0",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"pinia": "^2.2.6",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@byloth/eslint-config-nuxt": "^3.0.3",
"@eslint/compat": "^1.2.3",
"@types/node": "^20.17.7",
"@vitejs/plugin-vue": "^5.2.0",
"husky": "^9.1.7",
"sass": "^1.81.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vitest": "^2.1.5",
"vue-tsc": "^2.1.10"
},
"private": true,
"packageManager": "[email protected]+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}