generated from Uninen/vite-ts-tailwind-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.71 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
{
"name": "shipsaas-the-home",
"version": "1.0.0",
"scripts": {
"dev": "vite --port=3000",
"build": "vite build",
"build:watch": "vite build --watch & vite preview",
"preview": "vite build && vite preview",
"start": "pnpm dev",
"type-check": "vue-tsc --noEmit --composite false",
"format": "npx prettier --write './src'"
},
"dependencies": {
"vue": "3.2.47",
"vue-router": "4.1.6"
},
"devDependencies": {
"@headlessui/vue": "^1.7.13",
"@heroicons/vue": "^2.0.18",
"@rushstack/eslint-patch": "1.2.0",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/line-clamp": "0.4.4",
"@tailwindcss/typography": "0.5.9",
"@types/jsdom": "21.1.1",
"@types/lodash-es": "4.17.7",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"@vitejs/plugin-vue": "4.1.0",
"@vue/eslint-config-prettier": "7.1.0",
"@vue/eslint-config-typescript": "11.0.2",
"@vue/test-utils": "2.3.2",
"@vue/tsconfig": "0.1.3",
"autoprefixer": "10.4.14",
"c8": "7.13.0",
"cssnano": "6.0.0",
"eslint": "8.38.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-security": "1.7.1",
"eslint-plugin-vue": "9.10.0",
"jsdom": "21.1.1",
"lodash-es": "4.17.21",
"postcss": "8.4.21",
"postcss-import": "15.1.0",
"postcss-nesting": "11.2.2",
"prettier": "2.8.8",
"tailwindcss": "3.3.1",
"typescript": "5.0.4",
"unplugin-auto-import": "0.15.2",
"vite": "4.2.1",
"vue-tsc": "^1.2.0",
"wait-on": "7.0.1"
}
}