-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 861 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 861 Bytes
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
{
"name": "aregrid-docs",
"version": "0.0.0",
"author": "zhangchi",
"scripts": {
"dev": "NODE_ENV=development vite --host",
"build": "NODE_ENV=production vite build",
"docs": "NODE_ENV=production vite build && git add . && git commit -m 'docs pub' && git push origin master"
},
"dependencies": {
"lodash": "^4.17.20",
"vue": "^3.2.26",
"vue-i18n": "^9.1.9"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^3.2.1",
"@vitejs/plugin-vue": "^2.0.1",
"dotenv": "^8.2.0",
"less": "^4.1.2",
"vite": "^2.7.10",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.0",
"@tailwindcss/typography": "^0.5.0",
"@types/tailwindcss": "^3.0.0",
"tailwindcss": "^3.0.8",
"autoprefixer": "^10.4.0",
"daisyui": "^1.20.0"
}
}