-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.15 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.15 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@libertech-fr/sesame-app-manager",
"version": "1.3.3",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "node .output/server/index.mjs",
"start:prod": "node start.mjs",
"lint": "eslint .",
"lint:fix": "eslint --ext .ts,.js,.vue --ignore-path .gitignore . --fix"
},
"dependencies": {
"@jsonforms/core": "^3.6.0",
"@jsonforms/vue": "^3.6.0",
"@jsonforms/vue-vanilla": "^3.6.0",
"@nuxt-alt/auth": "^3.1.7",
"@nuxt-alt/http": "^1.7.10",
"@nuxt-alt/proxy": "^2.5.8",
"@nyariv/sandboxjs": "^0.8.25",
"@pinia/nuxt": "^0.11.2",
"@quasar/extras": "^1.17.0",
"@vueuse/router": "^13.9.0",
"ajv": "^8.17.1",
"ajv-errors": "^3.0.0",
"ajv-i18n": "^4.2.0",
"cookie": "^1.0.2",
"fast-password-entropy": "^1.1.1",
"hibp": "^15.0.1",
"moment": "^2.30.1",
"monaco-editor": "^0.53.0",
"openapi-fetch": "^0.14.0",
"pinia": "^3.0.3",
"qs": "^6.14.0",
"quasar": "^2.18.2",
"radash": "^12.1.1",
"reconnecting-eventsource": "^1.6.4",
"sass": "^1.92.1",
"vue-eslint-parser": "^10.2.0",
"yaml": "^2.8.1"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.9",
"@nuxt/eslint-config": "^1.9.0",
"@types/node": "^18.17.3",
"@typescript-eslint/eslint-plugin": "^8.43.0",
"@typescript-eslint/parser": "^8.43.0",
"@vue/language-plugin-pug": "^1.8.27",
"@vueuse/core": "^10.7.2",
"@vueuse/nuxt": "^10.7.2",
"dayjs-nuxt": "^2.1.11",
"eslint": "^9.35.0",
"memfs": "^4.39.0",
"nuxt": "^3.16.0",
"nuxt-monaco-editor": "^1.4.0",
"nuxt-quasar-ui": "^2.1.13",
"openapi-typescript": "^7.9.1",
"prettier": "^3.6.2",
"typescript": "^5.9.2",
"vite-plugin-pug": "^0.4.1",
"vue": "^3.4.14",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.27"
},
"resolutions": {
"string-width": "^1.0.2 || 2 || 3 || 4"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}