-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.75 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
53
54
55
56
57
58
59
60
{
"name": "rename-me",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"ts-check": "vue-tsc --noEmit --skipLibCheck",
"serve": "vite preview",
"lint": "eslint \"**/*.{vue,ts,js}\"",
"production": "vite build --mode production",
"staging": "vite build --mode staging",
"development": "vite build --mode development",
"story:dev": "histoire dev",
"story:build": "histoire build",
"story:preview": "histoire preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@floating-ui/dom": "^1.5.3",
"@headlessui-float/vue": "^0.11.4",
"@headlessui/vue": "^1.7.16",
"@intlify/unplugin-vue-i18n": "^1.4.0",
"@tanstack/vue-query": "^4.35.7",
"@tanstack/vue-table": "^8.10.3",
"@vueuse/core": "^10.4.1",
"@vueuse/head": "^2.0.0",
"axios": "^1.5.1",
"cva": "1.0.0-beta.1",
"formango": "^1.0.3",
"pinia": "^2.1.6",
"sass": "^1.68.0",
"tailwind-merge": "^1.14.0",
"vue": "^3.3.4",
"vue-i18n": "^9.5.0",
"vue-router": "^4.2.5",
"zod": "^3.22.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.43.1",
"@histoire/plugin-vue": "^0.17.1",
"@testing-library/vue": "^7.0.0",
"@types/node": "^20.8.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@vitejs/plugin-vue": "^4.4.0",
"autoprefixer": "^10.4.16",
"eslint": "8.50",
"eslint-plugin-tailwindcss": "^3.13.0",
"histoire": "^0.17.2",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vitest": "^0.34.6",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.8.15"
}
}