-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 896 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 896 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
31
32
33
34
35
{
"name": "typecode",
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"ant-design-vue": "^3.2.7",
"axios": "^0.27.2",
"dayjs": "^1.11.3",
"pinia": "^2.0.14",
"umi-request": "^1.4.0",
"vue": "^3.2.37",
"vue-router": "^4.0.15"
},
"devDependencies": {
"@headlessui/vue": "^1.6.4",
"@heroicons/vue": "^1.0.6",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.7",
"node-sass": "^7.0.1",
"prettier-plugin-tailwindcss": "^0.1.11",
"sass": "^1.52.3",
"sass-loader": "^13.0.0",
"tailwindcss": "^3.1.0",
"unplugin-vue-components": "^0.19.6",
"vite": "^2.9.10"
}
}