-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "prm",
"version": "1.0.5",
"description": "Patient Relationship Management System",
"productName": "PRM",
"author": "John Leonard Tubig <[email protected]>",
"private": true,
"scripts": {
"dev": "quasar dev --mode spa",
"build": "quasar build --mode spa",
"lint": "eslint --fix --ext .js,.vue ./"
},
"dependencies": {
"@fontsource/poppins": "^5.0.5",
"@quasar/extras": "^1.16.5",
"apexcharts": "^3.41.0",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"javascript-time-ago": "^2.5.9",
"lodash": "^4.17.21",
"qs": "^6.11.2",
"quasar": "^2.12.3",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"vue3-apexcharts": "^1.4.4"
},
"devDependencies": {
"@quasar/app-vite": "^1.4.3",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.10.0",
"eslint-webpack-plugin": "^3.1.1",
"postcss": "^8.4.26",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0"
}
}