-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.92 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
{
"name": "leto-modelizer-admin",
"version": "1.0.0",
"description": "Administration application for leto-modelizer.",
"productName": "leto-modelizer-admin",
"author": "Vincent Moittié <[email protected]>",
"private": true,
"scripts": {
"build": "quasar build",
"dev": "quasar dev",
"lint": "eslint --max-warnings=0 --ext .js,.vue . && npx gherkin-lint",
"lint:fix": "eslint --fix --ext .js,.vue .",
"lint:report": "eslint --max-warnings=0 --ext .js,.vue . -f json-relative > eslint.json && npx gherkin-lint",
"test": "vitest",
"test:e2e": "cypress run --browser chrome",
"test:ui": "vitest --ui",
"test:ci": "vitest run"
},
"dependencies": {
"@quasar/extras": "=1.16.11",
"axios": "=1.7.2",
"nunjucks": "=3.2.4",
"pinia": "=2.1.7",
"quasar": "=2.16.4",
"v-viewer": "=3.0.13",
"vue": "=3.4.27",
"vue-3-sanitize": "=0.1.4",
"vue-i18n": "=9.13.1",
"vue-router": "=4.3.2"
},
"devDependencies": {
"@4tw/cypress-drag-drop": "=2.2.5",
"@badeball/cypress-cucumber-preprocessor": "=20.0.5",
"@cypress/browserify-preprocessor": "=3.0.2",
"@intlify/vite-plugin-vue-i18n": "=6.0.3",
"@quasar/app-vite": "=1.9.3",
"@quasar/quasar-app-extension-testing-unit-vitest": "=1.0.0",
"@vitest/coverage-v8": "=1.6.0",
"@vue/test-utils": "=2.4.6",
"autoprefixer": "=10.4.19",
"cypress": "=13.10.0",
"cypress-real-events": "=1.12.0",
"eslint": "=8.57.0",
"eslint-config-airbnb-base": "=15.0.0",
"eslint-plugin-cypress": "=3.3.0",
"eslint-plugin-import": "=2.29.1",
"eslint-plugin-jsdoc": "=48.2.7",
"eslint-plugin-vue": "=9.26.0",
"gherkin-lint": "=4.2.4",
"jsdoc": "=4.0.3",
"vitest": "=1.6.0"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"cypress-cucumber-preprocessor": {
"stepDefinitions": "tests/e2e/support/**/*.js"
}
}