-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 945 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": "admin-one-vue-tailwind",
"version": "3.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@mdi/js": "^7.0.96",
"@rushstack/eslint-patch": "^1.1.4",
"axios": "^0.27.0",
"chart.js": "^3.6.0",
"numeral": "^2.0.6",
"pinia": "^2.0.13",
"vue": "^3.0.0",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@tailwindcss/forms": "^0.5.1",
"@tailwindcss/line-clamp": "^0.4.0",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/eslint-config-prettier": "^7.0.0",
"autoprefixer": "^10.2.6",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^9.0.0",
"postcss": "^8.3.0",
"postcss-import": "^14.0.2",
"prettier": "^2.7.1",
"tailwindcss": "^3.0.14",
"vite": "^3.0.9"
}
}