-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
87 lines (87 loc) · 2.87 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "multigaming-launcher",
"version": "1.0.0",
"description": "A all in one GameLauncher for communities.",
"main": "./dist/main/index.js",
"scripts": {
"dev": "node .electron-nuxt/dev.js",
"build": "yarn generate-icon && node .electron-nuxt/build.js",
"generate-icon": "node iconGenerator.js",
"build:generate-icon": "tsc iconGenerator.ts",
"test:unit": "cross-env NODE_ENV=test TEST_TYPE=unit ava",
"test:e2e": "cross-env NODE_ENV=test TEST_TYPE=e2e ava",
"test": "yarn run test:unit && yarn run test:e2e",
"lint": "node_modules/.bin/eslint --ext .js,.vue,.ts -f ./node_modules/eslint-friendly-formatter ./src",
"lint:fix": "yarn run lint -- --fix",
"preinstall": "node .electron-nuxt/check-engines.js",
"postinstall": "electron-builder install-app-deps & yarn run lint:fix"
},
"keywords": [],
"author": {
"name": "Emodyz",
"email": "[email protected]"
},
"license": "MIT",
"homepage": "https://github.com/michalzaq12/electron-nuxt/blob/master/README.md",
"engines": {
"node": ">=16.11.0"
},
"resolutions": {
"@types/node": "16.11.0"
},
"devDependencies": {
"@emodyz/node-downloader": "^2.0.0",
"@moddota/find-steam-app": "^1.1.0",
"@nuxt/postcss8": "^1.1.3",
"@nuxt/types": "^2.15.4",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/eslint-config-typescript": "10.0.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"@types/electron-devtools-installer": "^2.2.2",
"@types/marked": "^4.0.3",
"@vue/test-utils": "^1.2.2",
"@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",
"autoprefixer": "^10.4.7",
"ava": "2.4.0",
"babel-plugin-webpack-alias-7": "0.1.1",
"browser-env": "3.3.0",
"cross-env": "^7.0.3",
"deepmerge": "^4.2.2",
"dotenv": "^16.0.1",
"electron": "^16.0.5",
"electron-builder": "^23.3.3",
"electron-devtools-installer": "^3.2.0",
"electron-store": "^8.0.2",
"electron-updater": "^5.0.1",
"eslint": "8.1.0",
"eslint-friendly-formatter": "4.0.1",
"eslint-loader": "4.0.2",
"find-process": "^1.4.4",
"icon-gen": "^3.0.1",
"marked": "^4.0.18",
"native-ext-loader": "2.3.0",
"node-sass": "^6.0.1",
"nuxt": "^2.15.8",
"postcss": "^8.4.14",
"require-extension-hooks": "0.3.3",
"require-extension-hooks-babel": "1.0.0",
"require-extension-hooks-vue": "0.4.2",
"rxjs": "^7.5.6",
"sass-loader": "^10",
"tailwindcss": "^3.1.6",
"v-tooltip": "^2.1.3",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2",
"vuex-module-decorators": "^1.0.1",
"vuex-persist": "^3.1.3",
"webpack": "^4.46.0",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {}
}