-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.74 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.74 KB
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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "discord-bot-interface",
"version": "0.0.1",
"description": "An electron-nuxt project",
"main": "./dist/main/index.js",
"scripts": {
"dev": "node dev-wrapper.js",
"build": "NODE_OPTIONS='--openssl-legacy-provider' node .electron-nuxt/build.js",
"preinstall": "node .electron-nuxt/check-engines.js",
"postinstall": "electron-builder install-app-deps "
},
"keywords": [],
"author": "SharapaGorg <sharapov.savely@yandex.ru>",
"license": "MIT",
"homepage": "https://github.com/michalzaq12/electron-nuxt/blob/master/README.md",
"engines": {
"node": ">=14.14.9"
},
"resolutions": {
"@types/node": "14.14.9"
},
"devDependencies": {
"@xpda-dev/core": "^0.1.6",
"@xpda-dev/electron-builder": "^0.2.1",
"@xpda-dev/electron-launcher": "^0.3.0",
"@xpda-dev/webpack-step": "^0.1.6",
"concurrently": "^7.2.2",
"cross-env": "^7.0.3",
"deepmerge": "^4.2.2",
"electron": "^19.0.5",
"electron-builder": "^23.0.3",
"electron-devtools-installer": "^3.2.0",
"nuxt": "^2.15.8",
"wait-on": "^6.0.1",
"webpack": "^4.46.0",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@discordjs/voice": "^0.19.0",
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/markdownit": "^2.0.0",
"@snazzah/davey": "^0.1.7",
"autoprefixer": "^10.4.7",
"axios": "^0.25.0",
"cors": "^2.8.5",
"discord.js": "^14.22.1",
"express": "^5.1.0",
"is-promise": "^4.0.0",
"markdown-it-anchor": "^8.4.1",
"markdown-it-attrs": "^4.1.3",
"markdown-it-div": "^1.1.0",
"markdown-it-emoji": "^2.0.0",
"markdown-it-toc-done-right": "^4.2.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.3",
"vuex-persistedstate": "^4.1.0"
}
}