-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "vite-demo",
"version": "0.0.1",
"private": true,
"scripts": {
"d": "vite --debug",
"b": "vite build --debug",
"s": "vite preview --debug",
"l": "eslint --fix --ext .ts,vue --ignore-path .gitignore ."
},
"dependencies": {
"@vueuse/core": "^4.2.2",
"vue": "^3.0.5",
"vue-router": "4.0.3"
},
"devDependencies": {
"@rollup/plugin-eslint": "^8.0.1",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/line-clamp": "^0.2.0",
"@tailwindcss/typography": "^0.4.0",
"@typescript-eslint/parser": "^4.15.2",
"@vitejs/plugin-vue": "^1.1.4",
"@vue/compiler-sfc": "^3.0.5",
"@vue/eslint-config-prettier": "^6.0.0",
"eslint": "^7.20.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.6.0",
"prettier": "^2.2.1",
"typescript": "^4.2.2",
"vite": "^2.0.2",
"vite-plugin-pages": "^0.4.5",
"vite-plugin-vue-layouts": "^0.2.2",
"vite-plugin-windicss": "^0.4.12"
}
}