-
-
Notifications
You must be signed in to change notification settings - Fork 198
/
package.json
48 lines (48 loc) · 1.26 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
{
"name": "starkiller",
"version": "2.8.2",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write",
"format:check": "prettier . --check"
},
"main": "background.js",
"dependencies": {
"@fontsource/roboto": "^4.5.1",
"@fortawesome/fontawesome-free": "^6",
"@mdi/font": "5.9.55",
"ansi_up": "^5.2.1",
"axios": "^0.24.0",
"lodash.debounce": "^4.0.8",
"moment": "^2.29.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"portal-vue": "^2.1.7",
"qs": "^6.10.3",
"semver": "^7.3.5",
"socket.io-client": "^4.1.2",
"splitpanes": "^2.3.8",
"table": "^6.8.1",
"uuid": "^8.3.2",
"vue": "2.7",
"vue-beautiful-chat": "^2.5.0",
"vue-router": "^3.5.1",
"vuetify": "^2.6.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@vitejs/plugin-vue2": "^2.2.0",
"@vue/eslint-config-airbnb": "^7.0.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.8.0",
"prettier": "^3.0.2",
"sass": "~1.32",
"unplugin-vue-components": "^0.22.12",
"vite": "^4"
}
}