-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.19 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
45
46
{
"name": "cvite",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore src"
},
"dependencies": {
"@heroicons/vue": "^1.0.1",
"axios": "^0.24.0",
"vue": "3.2.4",
"vue-advanced-cropper": "^2.6.3",
"vue-i18n": "^9.2.0-beta.11",
"vue-router": "^4.0.6",
"vuedraggable": "^4.0.3"
},
"devDependencies": {
"@headlessui/vue": "^1.4.1",
"@intlify/vite-plugin-vue-i18n": "^2.4.0",
"@tailwindcss/forms": "^0.3.2",
"@vitejs/plugin-vue": "^1.1.5",
"@vue/compiler-sfc": "^3.2.4",
"@vue/test-utils": "^2.0.0-rc.11",
"autoprefixer": "^10.2.5",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^7.19.1",
"postcss": "^8.2.9",
"tailwindcss": "^2.0.4",
"vite": "^2.1.3",
"vue-jest": "^3.0.7"
},
"bit": {
"env": {
"compiler": "bit.envs/bundlers/vue@2.6.21"
},
"componentsDefaultDirectory": "components/{name}",
"packageManager": "npm"
}
}