-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.97 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.97 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
{
"name": "@brdgm/autobahn-solo-helper",
"version": "1.0.10",
"private": true,
"description": "Autobahn Solo Helper",
"appDeployName": "autobahn",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"lint": "eslint . --fix",
"lint:watch": "nodemon --exec \"npm run lint\" --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.json",
"generate-pwa-assets": "pwa-assets-generator"
},
"dependencies": {
"@brdgm/brdgm-commons": "^1.8.1",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"core-js": "^3.40.0",
"lodash": "^4.17.21",
"pinia": "^3.0.0",
"pinia-plugin-persistedstate": "^4.2.0",
"vue": "^3.5.13",
"vue-i18n": "^11.1.0",
"vue-router": "^5.0.0"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^11.0.0",
"@playwright/test": "^1.51.0",
"@tsconfig/node24": "^24.0.0",
"@types/bootstrap": "^5.2.10",
"@types/chai": "^5.0.1",
"@types/jsdom": "^28.0.0",
"@types/lodash": "^4.17.15",
"@types/mocha": "^10.0.10",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"@vite-pwa/assets-generator": "^1.0.0",
"@vitejs/plugin-legacy": "^7.0.0",
"@vitejs/plugin-vue": "^6.0.0",
"@vitest/coverage-istanbul": "^4.0.0",
"@vitest/eslint-plugin": "^1.1.25",
"@vue/eslint-config-typescript": "^14.3.0",
"babel-plugin-istanbul": "^7.0.0",
"chai": "^6.0.0",
"eslint": "^10.0.0",
"eslint-plugin-i18n-json": "github:brdgm/eslint-plugin-i18n-json#4.1.1",
"eslint-plugin-playwright": "^2.2.0",
"eslint-plugin-vue": "^10.0.0",
"jsdom": "^28.0.0",
"nodemon": "^3.1.9",
"sass": "~1.78.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"vite": "^7.0.0",
"vite-plugin-pwa": "^1.0.0",
"vitest": "^4.0.0"
}
}