-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
33 lines (33 loc) · 864 Bytes
/
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
{
"name": "slash-commands-gui",
"version": "1.4.0",
"scripts": {
"dev": "vite",
"build": "vite build --assetsDir assets"
},
"dependencies": {
"@meforma/vue-toaster": "^1.2.2",
"axios": "^0.21.1",
"jwt-decode": "^3.1.2",
"vue": "^3.0.5",
"vue3-perfect-scrollbar": "^1.5.5",
"vuex": "^4.0.0-rc.2"
},
"devDependencies": {
"@tailwindcss/postcss7-compat": "^2.0.2",
"@vitejs/plugin-vue": "^1.1.4",
"@vue/compiler-sfc": "^3.0.4",
"autoprefixer": "^9.8.6",
"eslint": "^7.18.0",
"eslint-plugin-vue": "^7.0.0-beta.4",
"postcss": "^7.0.35",
"sass": "^1.32.5",
"sass-loader": "^10.1.1",
"stylus": "^0.54.8",
"stylus-loader": "3",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
"vite": "^2.0.0-beta.66",
"vite-aliases": "^0.2.0",
"vue-router": "^4.0.3"
}
}