-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.75 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
{
"name": "@brdgm/civolution-solo-helper",
"version": "1.1.4",
"private": true,
"description": "Civolution Solo Helper",
"appDeployName": "civolution",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest",
"test:coverage": "vitest run --coverage",
"lint": "eslint . --fix",
"lint:watch": "nodemon --exec \"npm run lint\" --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
"generate-pwa-assets": "pwa-assets-generator"
},
"dependencies": {
"@brdgm/brdgm-commons": "^1.6.9",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"core-js": "^3.39.0",
"lodash": "^4.17.21",
"pinia": "^2.2.8",
"pinia-plugin-persistedstate": "^4.1.3",
"vue": "^3.5.13",
"vue-i18n": "^10.0.5",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^6.0.0",
"@types/bootstrap": "^5.2.10",
"@types/chai": "^5.0.1",
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.13",
"@types/mocha": "^10.0.10",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-istanbul": "^2.1.8",
"@vitest/eslint-plugin": "^1.1.14",
"@vue/eslint-config-typescript": "^14.1.4",
"babel-plugin-istanbul": "^7.0.0",
"chai": "^5.1.2",
"eslint": "^9.16.0",
"eslint-plugin-vue": "^9.32.0",
"jsdom": "^25.0.1",
"nodemon": "^3.1.7",
"sass": "~1.78.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"vite": "^6.0.2",
"vite-plugin-pwa": "^0.21.1",
"vitest": "^2.1.8"
}
}