-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
94 lines (94 loc) · 3.32 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
88
89
90
91
92
93
94
{
"name": "leto-modelizer",
"version": "1.3.0",
"description": "Technical topology low-code editing tools.",
"productName": "Leto Modelizer",
"author": "Vincent Moittie <[email protected]>",
"private": true,
"scripts": {
"build": "quasar build",
"build:docs": "jsdoc --readme README.md --package package.json -r ./src/ -c jsdoc.config.json -d docs",
"prepare:docs": "sed -i 's#taffydb#@jsdoc/salty#g' node_modules/better-docs/publish.js",
"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": "jest --coverageProvider=v8",
"test:coverage": "jest --coverage --coverageProvider=v8",
"test:e2e": "cypress run --browser electron --spec **/*.feature",
"plugin:install": "node node_modules/leto-modelizer-plugin-cli install",
"plugin:init": "node node_modules/leto-modelizer-plugin-cli init"
},
"dependencies": {
"@quasar/extras": "=1.16.9",
"axios": "=1.6.2",
"browserfs": "=1.4.3",
"core-js": "=3.34.0",
"isomorphic-git": "=1.25.1",
"leto-modelizer-plugin-core": "github:ditrit/leto-modelizer-plugin-core#0.24.1",
"monaco-editor": "=0.45.0",
"monaco-editor-webpack-plugin": "=7.1.0",
"pinia": "=2.1.7",
"quasar": "=2.13.0",
"rxjs": "=7.8.1",
"v-viewer": "=3.0.11",
"vue": "=3.3.9",
"vue-3-sanitize": "=0.1.4",
"vue-i18n": "=9.8.0",
"vue-router": "=4.2.5",
"vue-simple-acl": "=2.0.2"
},
"devDependencies": {
"@4tw/cypress-drag-drop": "=2.2.5",
"@babel/core": "=7.23.6",
"@babel/eslint-parser": "=7.23.3",
"@babel/preset-env": "=7.23.6",
"@badeball/cypress-cucumber-preprocessor": "=19.2.0",
"@cypress/browserify-preprocessor": "=3.0.2",
"@pinia/testing": "=0.1.3",
"@quasar/app-webpack": "=3.9.6",
"@quasar/quasar-app-extension-testing": "=2.1.1",
"@quasar/quasar-app-extension-testing-unit-jest": "=3.0.0-alpha.10",
"@vue/test-utils": "=2.4.3",
"@vue/vue3-jest": "=29.2.6",
"babel-jest": "=29.7.0",
"babel-loader": "=9.1.3",
"better-docs": "=2.7.3",
"cypress": "=13.6.1",
"cypress-real-events": "=1.11.0",
"eslint": "=8.56.0",
"eslint-config-airbnb-base": "=15.0.0",
"eslint-formatter-json-relative": "=0.1.0",
"eslint-plugin-cypress": "=2.15.1",
"eslint-plugin-import": "=2.29.1",
"eslint-plugin-jest": "=27.6.0",
"eslint-plugin-jsdoc": "=46.9.1",
"eslint-plugin-vue": "=9.19.2",
"eslint-webpack-plugin": "=4.0.1",
"gherkin-lint": "=4.2.2",
"jest": "=29.7.0",
"jest-environment-jsdom": "=29.7.0",
"jest-serializer-vue": "=3.1.0",
"jest-sonar-reporter": "=2.0.0",
"jsdoc": "=4.0.2",
"leto-modelizer-plugin-cli": "github:ditrit/leto-modelizer-plugin-cli#1.0.0",
"nunjucks": "=3.2.4",
"vue-loader": "=17.3.1"
},
"browserslist": [
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
],
"engines": {
"node": ">= 12.22.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}