-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.21 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": "regexp_helper",
"version": "1.0.4",
"description": "Assistant for creating and testing regular expressions",
"productName": "RegExp Helper",
"author": "Roman Gangal <gangal33@gmail.com>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue ./",
"icons": "icongenie generate -i src/assets/main-icon.png --skip-trim --png-color 00838f --splashscreen-color 00838f",
"format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore",
"dev": "quasar dev",
"build": "quasar build",
"bex-dev": "quasar dev -m bex",
"bex-build": "quasar build -m bex"
},
"dependencies": {
"@quasar/extras": "^1.16.4",
"events": "^3.3.0",
"pinia": "^2.0.11",
"quasar": "^2.6.0",
"vue": "^3.0.0",
"vue-i18n": "^9.0.0",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^3.3.1",
"@quasar/app-vite": "^1.3.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^9.0.0",
"postcss": "^8.4.14",
"prettier": "^2.5.1"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}