-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.53 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
50
51
52
{
"name": "traportfolio-dashboard",
"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",
"test": "vitest --passWithNoTests",
"gen-api": "node scripts/generateApi.js",
"start-mock": "prism mock -p 4010 -d https://raw.githubusercontent.com/traPtitech/traPortfolio/main/docs/swagger/traPortfolio.v1.yaml"
},
"dependencies": {
"autosize": "^6.0.1",
"axios": "^1.7.8",
"pinia": "^2.2.8",
"ress": "^5.0.2",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-select": "^4.0.0-beta.6",
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@iconify/vue": "^4.1.2",
"@types/autosize": "^4.0.3",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.1",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.32.0",
"node-fetch": "^3.3.2",
"prettier": "^3.4.1",
"sass": "^1.81.0",
"ts-morph": "^24.0.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.16.0",
"vite": "^6.0.1",
"vitest": "^2.1.6",
"vue-tsc": "2.1.10"
},
"private": true,
"type": "module"
}