-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 885 Bytes
/
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
{
"name": "api-tracker-web",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lintf": "eslint . --fix"
},
"dependencies": {
"@orilight/vue-settings": "^1.2.2",
"@shikijs/transformers": "^1.21.0",
"dayjs": "^1.11.13",
"diff": "^7.0.0",
"shiki": "^1.21.0",
"vue": "^3.5.10"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@types/diff": "^5.2.2",
"@types/node": "^20.16.10",
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.11.1",
"eslint-plugin-tailwindcss": "^3.17.4",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"unplugin-auto-import": "^0.18.3",
"vite": "^5.4.8",
"vue-tsc": "^2.1.6"
}
}