-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.08 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
{
"name": "nms-frigate-calc",
"private": true,
"version": "3.1.6",
"type": "module",
"scripts": {
"dotenvx": "dotenvx",
"dev": "dotenvx run -- vite",
"build": "dotenvx run -- vue-tsc && dotenvx run -- vite build",
"preview": "dotenvx run -- vite preview",
"release": "release-it --only-version"
},
"release-it": {
"git": {
"requireBranch": "master"
},
"npm": {
"publish": false,
"ignoreVersion": true
}
},
"dependencies": {
"@dotenvx/dotenvx": "^1.25.1",
"@sentry/vue": "^8.40.0",
"bootstrap": "^5.3.3",
"caniuse-lite": "^1.0.30001684",
"highlight.run": "^9.7.1",
"vue": "^3.5.13"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
"@types/bootstrap": "^5.2.10",
"@types/node": "^22.10.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.6.0",
"npm-run-all2": "^7.0.1",
"release-it": "^17.10.0",
"sass": "^1.81.0",
"typescript": "5.6.3",
"vite": "5.4.6",
"vite-plugin-html-config": "^2.0.2",
"vite-plugin-pwa": "^0.21.0",
"vue-tsc": "^2.1.10"
}
}