forked from BC-SECURITY/Starkiller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 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
{
"name": "starkiller",
"version": "2.5.3",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"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",
"portal-vue": "^2.1.7",
"qs": "^6.10.3",
"semver": "^7.3.5",
"socket.io-client": "^4.1.2",
"splitpanes": "^2.3.8",
"uuid": "^8.3.2",
"vue": "2.7",
"vue-beautiful-chat": "^2.5.0",
"vue-router": "^3.5.1",
"vuetify": "^2.6.0",
"vuex": "^3.6.2",
"vuex-persistedstate": "^3.0.1"
},
"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-plugin-vue": "^9.8.0",
"sass": "~1.32",
"unplugin-vue-components": "^0.22.12",
"vite": "^3"
}
}