-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.36 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
61
62
63
64
65
66
67
68
69
70
{
"name": "vite-ts-tailwind-starter",
"version": "3.1.0",
"scripts": {
"setup": "npm install --force && vite",
"dev": "vite",
"build": "vite build",
"preview": "vite build && vite preview",
"start": "pnpm dev & wait-on tcp:3000 -v",
"test": "vitest",
"coverage": "vitest run --coverage",
"test-ct": "playwright test -c playwright-ct.config.ts",
"test-e2e": "playwright test -c playwright.config.ts",
"test:ci": "vitest",
"test:ci-e2e": "playwright test",
"test:ci-ct": "playwright test -c playwright-ct.config.ts"
},
"dependencies": {
"@tailwindcss/line-clamp": "^0.4.4",
"@vuepic/vue-datepicker": "^10.0.0",
"@vueuse/head": "0.7.6",
"base65536": "^4.0.3",
"flowbite": "^2.3.0",
"flowbite-datepicker": "^1.3.0",
"hls.js": "^1.2.7",
"lz-string": "^1.5.0",
"pinia": "2.0.16",
"postcss-import": "^16.1.0",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"vue": "3.2.37",
"vue-i18n": "^10.0.5",
"vue-router": "4.1.2",
"vue3-treeselect": "^0.1.10",
"vuejs3-datepicker": "^1.0.13"
},
"devDependencies": {
"@pinia/testing": "0.0.12",
"@playwright/experimental-ct-vue": "1.23.4",
"@playwright/test": "1.23.4",
"@tailwindcss/aspect-ratio": "0.4.0",
"@tailwindcss/forms": "0.5.2",
"@tailwindcss/typography": "0.5.4",
"@types/node": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"@vitejs/plugin-vue": "3.0.1",
"@vue/test-utils": "2.0.2",
"autoprefixer": "10.4.7",
"c8": "7.12.0",
"cssnano": "5.1.12",
"eslint": "8.20.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-security": "1.5.0",
"eslint-plugin-vue": "9.2.0",
"happy-dom": "6.0.4",
"postcss": "8.4.14",
"postcss-nesting": "10.1.10",
"tailwindcss": "3.4.4",
"typescript": "4.7.4",
"unplugin-auto-import": "0.9.3",
"unplugin-vue-components": "0.21.1",
"vite": "3.0.2",
"vitest": "0.18.1",
"wait-on": "6.0.1"
}
}