-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.63 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
{
"name": "nsmultitools",
"version": "1.1.0",
"description": "Interface graphique sous Windows permettant de facilité la vie aux hackeurs Nintendo Switch :D 🍭",
"main": "./dist/main/index.js",
"scripts": {
"dev": "node .electron-nuxt/check-engines.js && cross-env-shell NODE_ENV=development node .electron-nuxt/index.js",
"build": "node .electron-nuxt/check-engines.js && cross-env-shell NODE_ENV=production node .electron-nuxt/index.js",
"preinstall": "node .electron-nuxt/check-engines.js",
"postinstall": "electron-builder install-app-deps ",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
},
"keywords": [],
"author": "MeatReed",
"license": "MIT",
"homepage": "https://github.com/MeatReed/NSMultiTools/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/MeatReed/NSMultiTools.git"
},
"engines": {
"node": ">=12.8.1"
},
"resolutions": {
"@types/node": "12.12.6"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "5.13.0",
"@nuxtjs/vuetify": "1.11.2",
"@xpda-dev/core": "^0.1.5",
"@xpda-dev/electron-builder": "^0.1.1",
"@xpda-dev/electron-launcher": "^0.1.1",
"@xpda-dev/webpack-step": "^0.1.2",
"browser-env": "3.3.0",
"cross-env": "7.0.2",
"deepmerge": "4.2.2",
"electron": "8.2.5",
"electron-builder": "22.6.0",
"electron-debug": "3.0.1",
"electron-winstaller": "^4.0.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"roboto-fontface": "0.10.0",
"stylus": "0.54.7",
"stylus-loader": "3.0.2",
"vue-devtools": "5.1.3",
"vuetify": "2.2.26",
"webpack": "4.43.0",
"webpack-node-externals": "1.7.2"
},
"dependencies": {
"@bazzite/nuxt-optimized-images": "^0.4.0",
"@nuxtjs/axios": "^5.9.5",
"@nuxtjs/markdownit": "^1.2.9",
"@types/node": "13.13.4",
"babel-eslint": "^10.1.0",
"electron-download-manager": "^2.1.2",
"electron-json-config": "^1.5.3",
"eslint-config-prettier": "^6.10.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-nuxt": "^0.5.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^6.2.1",
"https": "^1.0.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^8.0.0",
"node-gyp": "^6.1.0",
"nuxt": "^2.12.2",
"nuxt-i18n": "^6.5.0",
"prettier": "^2.0.5",
"unzipper": "^0.10.7",
"url-download": "^0.0.8",
"usb": "^1.6.2"
}
}