-
Notifications
You must be signed in to change notification settings - Fork 1
/
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/stroganov-solo-helper",
"version": "1.0.10",
"private": true,
"description": "Stroganov Solo Helper",
"appDeployName": "stroganov",
"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.38.1",
"lodash": "^4.17.21",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.1.2",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@types/bootstrap": "^5.2.10",
"@types/chai": "^5.0.1",
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.12",
"@types/mocha": "^10.0.9",
"@typescript-eslint/eslint-plugin": "^8.12.1",
"@typescript-eslint/parser": "^8.12.1",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-legacy": "^5.4.3",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/coverage-istanbul": "^2.1.4",
"@vitest/eslint-plugin": "^1.1.7",
"@vue/eslint-config-typescript": "^14.1.3",
"babel-plugin-istanbul": "^7.0.0",
"chai": "^5.1.2",
"eslint": "^9.13.0",
"eslint-plugin-vue": "^9.30.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.6.3",
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.20.5",
"vitest": "^2.1.4"
}
}