-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.39 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.39 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
{
"name": "trellix",
"version": "0.0.1",
"description": "Task Managmenet App",
"productName": "Trellix - Task Managmenet App",
"author": "AMIR <evil2000devil@gmail.com>",
"type": "module",
"private": true,
"scripts": {
"lint": "eslint -c ./eslint.config.js \"./src*/**/*.{js,cjs,mjs,vue}\"",
"format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build",
"postinstall": "quasar prepare"
},
"dependencies": {
"@quasar/extras": "^1.16.4",
"@tiptap/pm": "^3.1.0",
"@tiptap/starter-kit": "^3.1.0",
"@tiptap/vue-3": "^3.1.0",
"axios": "^1.2.1",
"pinia": "^3.0.1",
"quasar": "^2.16.0",
"vue": "^3.4.18",
"vue-i18n": "^11.0.0",
"vue-router": "^4.0.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@quasar/app-vite": "^2.1.0",
"@vue/eslint-config-prettier": "^10.1.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.30.0",
"globals": "^15.12.0",
"postcss": "^8.5.6",
"prettier": "^3.3.3",
"tailwindcss": "^4.1.11",
"vite-plugin-checker": "^0.9.0"
},
"engines": {
"node": "^28 || ^26 || ^24 || ^22 || ^20 || ^18",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}