This repository was archived by the owner on Aug 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.98 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.98 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "~dumili",
"version": "0.0.0",
"engines": {
"node": ">=18.0.0 <19.0.0"
},
"scripts": {
"dumili": "concurrently --kill-others-on-fail -n dm,app,api \"pnpm -r web\" \"pnpm -F ~dumili... -F !~prisma-clients -F !~web dev\" \"pnpm -F ~dumili-api... dev\"",
"dev": "concurrently --kill-others-on-fail -p \"[dumili-{name}]\" -n vite,vue-tsc,docker-compose \"vite --port 8004\" \"vue-tsc --noEmit --watch\" \"docker compose -f docker-compose-dev.yml up\"",
"build": "vite build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint --cache --fix ."
},
"dependencies": {
"@cloudinary/url-gen": "^1.14.0",
"@cloudinary/vue": "^1.11.2",
"@vueuse/integrations": "^10.7.0",
"async-validator": "^4.2.5",
"axios": "^1.6.2",
"axios-cache-interceptor": "^1.3.2",
"bootstrap": "^5.3.2",
"bootstrap-vue-next": "^0.15.5",
"dayjs": "^1.11.10",
"js-cookie": "^3.0.5",
"page-flip": "^2.0.7",
"pinia": "^2.1.7",
"vue": "^3.3.11",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5",
"~axios-helper": "workspace:*",
"~web": "workspace:*"
},
"devDependencies": {
"@antfu/eslint-config": "^1.2.1",
"@iconify-json/bi": "^1.1.22",
"@intlify/unplugin-vue-i18n": "^1.5.0",
"@types/js-cookie": "^3.0.6",
"@types/page-flip": "^2.0.3",
"@vitejs/plugin-vue": "^4.5.2",
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier-vue": "^4.2.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.19.2",
"prettier": "^2.8.8",
"sass": "^1.69.5",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.2",
"unplugin-icons": "^0.18.1",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-pages": "^0.32.0",
"vue-tsc": "^1.8.25"
},
"eslintConfig": {
"extends": "@antfu"
}
}