generated from Uninen/vite-ts-tailwind-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 966 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
{
"name": "vite-ts-tailwind-starter",
"version": "0.4.2",
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "yarn dev & wait-on http://localhost:3000",
"test": "cypress open",
"test:ci": "cypress run --headless"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.3.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"vue": "^3.0.2"
},
"devDependencies": {
"@types/cypress": "^1.1.3",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"@vue/compiler-sfc": "^3.0.2",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^7.0.0",
"cypress": "^5.6.0",
"eslint": "^7.14.0",
"eslint-plugin-vue": "^7.1.0",
"typescript": "^4.1.2",
"vite": "^1.0.0-rc.9",
"wait-on": "^5.2.0"
},
"resolutions": {
"cypress": "^5.6.0"
}
}