-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "nms-frigate-calc",
"private": true,
"version": "3.0.0-5",
"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.20.1",
"@sentry/vue": "^8.35.0",
"bootstrap": "^5.3.3",
"caniuse-lite": "^1.0.30001669",
"vue": "^3.5.12"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
"@types/bootstrap": "^5.2.10",
"@types/node": "^20.17.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/tsconfig": "^0.5.1",
"npm-run-all2": "^7.0.1",
"release-it": "^17.10.0",
"sass": "^1.80.3",
"typescript": "~5.6.3",
"vite": "5.4.6",
"vite-plugin-html-config": "^2.0.2",
"vite-plugin-pwa": "^0.20.5",
"vue-tsc": "^2.1.6"
}
}