-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
{
"name": "srn",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"d": "vite",
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"cypress:open": "cypress open"
},
"dependencies": {
"@vueuse/core": "^10.4.1",
"@vueuse/head": "^1.3.1",
"axios": "^1.7.2",
"pinia": "^2.1.7",
"preline": "^2.3.0",
"vue": "^3.2.47",
"vue-router": "^4.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.6",
"@tailwindcss/forms": "^0.5.6",
"@types/node": "^20.1.5",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.14",
"cypress": "^13.3.1",
"eslint": "^8.40.0",
"eslint-plugin-cypress": "^2.15.1",
"jsdom": "^22.1.0",
"postcss": "^8.4.23",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"unplugin-auto-import": "^0.15.3",
"vite": "^4.3.2",
"vitest": "^0.34.6",
"vue-tsc": "^1.4.2"
}
}