generated from justboil/admin-one-vue-tailwind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "admin-one-vue-tailwind",
"version": "2.3.0",
"scripts": {
"dev": "vite --host",
"serve": "vue-cli-service serve",
"serve:vite": "vite preview",
"build": "vue-cli-service build",
"build:vite": "vite build",
"lint": "vue-cli-service lint",
"lint:fix": "vue-cli-service lint --fix"
},
"dependencies": {
"@mdi/js": "^6.4.95",
"axios": "^0.27.0",
"chart.js": "^3.6.0",
"core-js": "^3.6.5",
"numeral": "^2.0.6",
"pinia": "^2.0.13",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.3",
"@tailwindcss/forms": "^0.5.1",
"@types/tailwindcss": "^3.0.2",
"@vitejs/plugin-vue": "^2.0.0",
"@vue/cli-plugin-babel": "^5.0.0",
"@vue/cli-plugin-eslint": "^5.0.0",
"@vue/cli-service": "^5.0.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-standard": "^6.0.0",
"autoprefixer": "^10.2.6",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-vue": "^7.20.0",
"postcss": "^8.3.0",
"postcss-import": "^14.0.2",
"tailwindcss": "^3.0.14",
"vite": "^2.6.14"
}
}