-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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": "baro-save-editor",
"description": "Save and submarine editor for Barotrauma",
"author": "ignis05",
"version": "1.1.3",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"deploy": "bash deploy.sh"
},
"dependencies": {
"@mdi/font": "^6.1.95",
"buffer": "^6.0.3",
"core-js": "^3.17.2",
"fflate": "^0.7.1",
"hash-sum": "^2.0.0",
"lodash": "^4.17.21",
"platform-detect": "^3.0.1",
"roboto-fontface": "*",
"sortablejs": "^1.14.0",
"stream-browserify": "^3.0.0",
"vue": "^3.2.6",
"vue-router": "^4.0.0-0",
"vuetify": "^3.0.0-beta.1",
"vuex": "^4.0.0-0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.6.1",
"@vue/compiler-sfc": "^3.2.6",
"@vuetify/vite-plugin": "^1.0.0-alpha.2",
"eslint": "^7.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.0.0",
"prettier": "^2.2.1",
"sass": "^1.38.2",
"vite": "^2.5.4",
"vite-plugin-eslint": "^1.3.0",
"vite-plugin-pwa": "^0.11.2"
}
}