-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
141 lines (141 loc) · 4.97 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "create-vv-app",
"version": "0.0.1",
"description": "A Veve App with unocss and autoimport",
"productName": "Veve App",
"homepage": "https://vevedh.github.io/create-vv-app",
"author": "vevedh <vevedh@gmail.com>",
"type": "module",
"private": true,
"feathers": {
"language": "js",
"packager": "bun",
"database": "mongodb",
"framework": "express",
"transports": [
"rest",
"websockets"
],
"schema": false
},
"directories": {
"lib": "api",
"test": "test"
},
"files": [
"lib/client.js",
"lib/**/*.d.ts",
"lib/**/*.shared.js"
],
"main": "api/client",
"scripts": {
"lint": "eslint --ext .js,.ts,.vue ./",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"dev": "dotenvx run -f .env -- quasar dev",
"backend:docker": "dotenvx run -f .env -- nodemon --watch ./api --watch ./dist --watch ./package.json ./api",
"dev:backend": "bun run build && dotenvx run -f .env -- docker compose --env-file .env -f \"docker-compose-prod.yml\" up -d --build mongo backend",
"dev:mongodb": "dotenvx run -f .env -- docker compose -f \"docker-compose-mongodb.yml\" up -d --build mongo",
"dev:docker": "dotenvx run -f .env -- quasar build && docker compose -f \"docker-compose-prod.yml\" up -d",
"dev:kill:mongodb": "dotenvx run -f .env -- docker compose -f \"docker-compose-mongodb.yml\" kill mongo",
"dev:kill:backend": "dotenvx run -f .env -- docker compose -f \"docker-compose-prod.yml\" kill backend",
"dev:icons": "icongenie generate -i src/assets/fbavatar.png",
"gen:env": "phasme generate env",
"gen:logo": "phasme generate logo",
"build": "dotenvx run -f .env -- quasar build",
"bundle:client": "npm pack --pack-destination ./public"
},
"dependencies": {
"@blocksuite/blocks": "^0.16.0",
"@blocksuite/presets": "^0.16.0",
"@blocksuite/store": "^0.16.0",
"@dotenvx/dotenvx": "^1.14.1",
"@featherscloud/pinion": "^0.5.4",
"@feathersjs/authentication-client": "^5.0.30",
"@feathersjs/authentication-local": "^5.0.30",
"@feathersjs/commons": "^5.0.30",
"@feathersjs/configuration": "^5.0.30",
"@feathersjs/errors": "^5.0.30",
"@feathersjs/express": "^5.0.30",
"@feathersjs/feathers": "^5.0.30",
"@feathersjs/mongodb": "^5.0.30",
"@feathersjs/rest-client": "^5.0.30",
"@feathersjs/socketio": "^5.0.30",
"@feathersjs/socketio-client": "^5.0.30",
"@feathersjs/transport-commons": "^5.0.30",
"@phasme/cli": "1.2.56",
"@quasar/cli": "^2.4.1",
"@quasar/extras": "^1.16.12",
"@quasar/icongenie": "^4.0.0",
"@shikijs/vitepress-twoslash": "^1.21.0",
"@vueuse/motion": "^2.2.5",
"axios": "^1.7.7",
"concurrently": "^8.2.2",
"connect-history-api-fallback": "^2.0.0",
"date-fns": "^3.6.0",
"feathers-pinia": "^4.5.4",
"feathers-swagger": "^3.0.0",
"gray-matter": "^4.0.3",
"kill-port": "^2.0.1",
"nodemon": "^3.1.7",
"pinia": "^2.2.2",
"quasar": "^2.17.0",
"remove-markdown": "^0.5.5",
"shx": "^0.3.4",
"socket.io-client": "^4.8.0",
"vitepress": "^1.3.4",
"vitepress-plugin-group-icons": "^1.2.4",
"vue": "^3.5.9",
"vue-i18n": "^9.14.1",
"vue-router": "^4.4.5",
"vv-feathers-mongodb-management": "^2.1.5",
"winston": "^3.14.2"
},
"devDependencies": {
"@eslym/vite-plugin-express-app": "^1.0.2",
"@iconify-json/bx": "^1.2.0",
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/devicon": "^1.2.3",
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/heroicons-outline": "^1.2.0",
"@iconify-json/ion": "^1.2.0",
"@iconify-json/logos": "^1.2.0",
"@iconify-json/mdi": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.4",
"@iconify-json/tabler": "^1.2.4",
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@quasar/app-vite": "^2.0.0-beta.22",
"@types/node": "^20.16.9",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@unocss/cli": "^0.61.9",
"@unocss/reset": "^0.61.9",
"@unocss/transformer-compile-class": "^0.63.3",
"@unocss/transformer-directives": "^0.63.3",
"@unocss/transformer-variant-group": "^0.63.3",
"@vite-pwa/vitepress": "^0.5.3",
"@vueuse/core": "^10.11.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.28.0",
"feathers-vite": "^1.2.7",
"prettier": "^3.3.3",
"typescript": "~5.3.3",
"unocss": "^0.63.3",
"unplugin-auto-import": "^0.17.8",
"unplugin-vue-components": "^0.27.4",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-express": "^1.0.3",
"vite3-plugin-express": "^0.1.10",
"vue-tsc": "^1.8.27"
},
"engines": {
"node": "^24 || ^22 || ^20 || ^18",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}