-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.22 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
{
"name": "goals-vue",
"version": "0.0.0",
"description": "Vue-Frontend for LifeTrackerBuddy.com, - an advanced task manager with main focus on the goal, goal achievement and its current progress",
"productName": "LifeTrackerBuddy",
"author": "Konstantin Karzanov <k.karzanov@gmail.com>",
"private": true,
"scripts": {
"db": "json-server --watch db.json",
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@quasar/extras": "^1.16.12",
"apexcharts": "^3.50.0",
"axios": "^1.7.2",
"canvas-confetti": "^1.9.3",
"drag-drop-touch": "^1.3.1",
"pinia": "^2.1.7",
"quasar": "^2.16.6",
"vue": "^3.2.47",
"vue-router": "^4.4.0",
"vue3-apexcharts": "^1.5.3"
},
"devDependencies": {
"@quasar/vite-plugin": "^1.7.0",
"@rushstack/eslint-patch": "^1.10.3",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/eslint-config-prettier": "^7.1.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.27.0",
"json-server": "^0.17.4",
"prettier": "^2.8.8",
"vite": "^4.5.3",
"vite-plugin-pwa": "^0.14.7"
}
}