-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
87 lines (87 loc) · 2.74 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "Arborator-Grew",
"version": "1.0.0",
"description": "Quasar Vue Frontend for Arborator-Grew",
"productName": "Arborator-Grew",
"cordovaId": "ilpga.arborator",
"author": "gguibon <[email protected]>",
"private": true,
"scripts": {
"start": "node_modules/.bin/quasar dev",
"format": "prettier -w --config .prettierrc \"**/*.{ts,vue,js}\"",
"lint": "eslint --ext .ts,.vue ./ --fix",
"test": "echo \"See package.json => scripts for available tests.\" && exit 0",
"buildDev": "quasar build",
"buildProd": "quasar build",
"test:unit": "jest --updateSnapshot",
"test:unit:coverage": "jest --coverage",
"test:unit:watch": "jest --watch",
"test:unit:watchAll": "jest --watchAll",
"serve:test:coverage": "node_modules/.bin/quasar serve test/jest/coverage/lcov-report/ --port 8788",
"concurrently:dev:jest": "concurrently \"node_modules/.bin/quasar dev\" \"jest --watch\"",
"test:e2e": "cypress open",
"test:e2e:CI": "cypress run"
},
"dependencies": {
"@quasar/extras": "^1.0.0",
"axios": "^0.24.0",
"chart.js": "^4.4.6",
"codemirror": "^5.65.17",
"codemirror-editor-vue3": "^0.2.4",
"conllup": "^3.1.3",
"core-js": "^3.6.5",
"dependencytreejs": "2.4.4",
"diff": "^5.0.0",
"ip": "^2.0.1",
"json-editor-vue": "^0.16.0",
"jszip": "^3.8.0",
"mitt": "^3.0.0",
"pinia": "^2.0.9",
"quasar": "^2.0.0",
"uuid": "^9.0.0",
"vue": "^3.2.0",
"vue-audio-visual": "^2.4.0",
"vue-chartjs": "^5.3.2",
"vue-i18n": "^9.1.9",
"vue-matomo": "^4.2.0",
"vue-next-select": "^2.10.1",
"vue3-cookies": "^1.0.1",
"vue3-storage": "^0.1.11"
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.14",
"@quasar/app": "^3.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/codemirror": "^5.60.5",
"@types/diff": "^5.0.2",
"@types/node": "^12.20.21",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^25.2.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.20.0",
"eslint-webpack-plugin": "^2.4.0",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"prettier-eslint": "^13.0.0",
"stylus": "^0.55.0",
"stylus-loader": "^6.2.0",
"ts-node-dev": "^1.1.8",
"typescript": "^4.5.4"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}