-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 985 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
37
38
39
{
"name": "vuetisse-spa",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.0",
"@jrnwn/utils": "^0.0.2",
"@unocss/reset": "^0.56.4",
"@vueuse/core": "^10.4.1",
"animol": "^1.0.12",
"itty-fetcher": "^0.9.3",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@antfu/eslint-config": "1.0.0-beta.18",
"@types/node": "^20.8.2",
"@vitejs/plugin-vue": "^4.4.0",
"eslint": "^8.50.0",
"typescript": "^5.2.2",
"unocss": "^0.56.4",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-pwa": "^0.16.5",
"vite-plugin-vue-layouts": "^0.8.0",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.15"
}
}