forked from ntq-dongnv/vue3-tailwind-element-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"version": "0.0.0",
"scripts": {
"dev": "sh dev.sh",
"build": "sh build.sh",
"serve": "vite preview",
"build:image": "docker build -t vue3-template:latest --build-arg NODE_ENV=$NODE_ENV ."
},
"dependencies": {
"axios": "^0.21.1",
"cookie-storage": "^6.1.0",
"element-plus": "^1.0.2-beta.55",
"lodash": "^4.17.21",
"vue": "^3.0.5",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.1"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/line-clamp": "^0.2.1",
"@tailwindcss/typography": "^0.4.1",
"@vitejs/plugin-vue": "^1.2.5",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.3.1",
"babel-eslint": "^10.1.0",
"env-cmd": "^10.1.0",
"eslint": "^6.7.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.0.0",
"postcss": "^8.3.5",
"prettier": "^2.3.0",
"sass": "^1.34.1",
"sass-loader": "10",
"tailwindcss": "^2.2.4",
"vite": "^2.4.2"
}
}