-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.39 KB
/
package.json
File metadata and controls
48 lines (48 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
{
"name": "open-process",
"version": "0.0.1",
"description": "A simple app to document processes",
"productName": "OpenProcess",
"author": "Carlos Gamez <carlos.gamez@novaenergy.consulting>",
"private": false,
"license": "MIT",
"repository": {
"url": "https://github.com/NovaEnergyConsulting/open-process"
},
"scripts": {
"build": "quasar build",
"dev": "quasar dev",
"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"
},
"dependencies": {
"@quasar/extras": "^1.16.6",
"@vueuse/components": "^9.13.0",
"@vueuse/core": "^9.13.0",
"pinia": "^2.1.6",
"pinia-orm": "^1.6.7",
"pinia-plugin-persistedstate": "^3.2.0",
"quasar": "^2.12.6",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@quasar/app-vite": "^1.5.1",
"@types/node": "^12.20.55",
"@types/wicg-file-system-access": "^2020.9.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.48.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-vue": "^9.17.0",
"prettier": "^2.8.8",
"typescript": "^4.9.5"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}