generated from sapphi-red/vite-boilerplate-plus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 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
43
44
45
46
47
48
49
{
"name": "traportfolio",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"serve": "vite preview",
"build": "vite build",
"lint": "eslint --fix --cache src",
"lint:nofix": "eslint --cache src",
"format": "prettier --cache --write \"src/**/*.{vue,ts}\"",
"format:nofix": "prettier --cache --check \"src/**/*.{vue,ts}\"",
"type-check": "vue-tsc --noEmit",
"gen-api": "node scripts/generateApi.js"
},
"dependencies": {
"axios": "^1.8.1",
"pinia": "^3.0.1",
"ress": "^5.0.2",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@iconify/vue": "^4.3.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.13.8",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.29.1",
"msw": "^2.7.3",
"node-fetch": "^3.3.2",
"prettier": "^3.0.3",
"sass": "^1.85.1",
"ts-morph": "^25.0.1",
"typescript": "^5.8.2",
"typescript-eslint": "^8.10.0",
"vite": "^6.2.0",
"vue-tsc": "^2.2.8"
},
"private": true,
"type": "module",
"msw": {
"workerDirectory": [
"public"
]
}
}