generated from Uninen/vite-ts-tailwind-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "vite-ts-tailwind-starter",
"version": "0.9.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "yarn dev & wait-on tcp:3000 -v",
"test": "cypress open",
"test:ci": "cypress run --headless"
},
"dependencies": {
"vue": "~3.0",
"vuex": "~4.0"
},
"devDependencies": {
"@tailwindcss/line-clamp": "~0.2",
"@tailwindcss/aspect-ratio": "~0.2",
"@tailwindcss/forms": "~0.2",
"@tailwindcss/typography": "~0.4",
"@typescript-eslint/eslint-plugin": "~4.14",
"@typescript-eslint/parser": "~4.14",
"@vitejs/plugin-vue": "~1.1",
"@vue/compiler-sfc": "~3.0",
"@vue/eslint-config-standard": "~6.0",
"@vue/eslint-config-typescript": "~7.0",
"@vuedx/typecheck": "~0.6",
"@vuedx/typescript-plugin-vue": "~0.6",
"autoprefixer": "^9",
"cypress": "^6.4",
"eslint": "~7.19",
"eslint-plugin-vue": "~7.5",
"postcss": "^7",
"postcss-nesting": "^7.0.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"typescript": "~4.1",
"vite": "~2.0.0-beta",
"wait-on": "~5.2"
},
"resolutions": {
"cypress": "^6.4"
}
}