-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
74 lines (74 loc) · 2.5 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
{
"name": "layoutkit",
"version": "0.0.13",
"description": "A tool that makes it easier to create Nintendo Switch layouts.",
"main": "./dist/main/index.js",
"repository": {
"type": "git",
"url": "https://github.com/ThemezerNX/LayoutKit.git"
},
"scripts": {
"dev": "node .electron-nuxt/dev.js",
"build:app": "node .electron-nuxt/build.js",
"build:icons": "electron-icon-builder --flatten --input=./src/renderer/assets/icons/icon.png --output=./build",
"build": "yarn run build:icons && yarn run build:app",
"deploy": "yarn run build --publish always",
"_preinstall": "node .electron-nuxt/check-engines.js",
"_postinstall": "electron-builder install-app-deps"
},
"keywords": [],
"author": "Migushthe2nd",
"engines": {
"node": ">=14.0"
},
"resolutions": {
"@types/node": "12.12.6"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "5.15.3",
"@nuxt/types": "^2.15.3",
"@nuxt/typescript-build": "2.1.0",
"@themezernx/target-parser": "^1.0.5",
"@types/mkdirp": "^1.0.1",
"@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.2",
"axios": "^0.21.1",
"babel-plugin-webpack-alias-7": "0.1.1",
"basic-ftp": "^4.6.6",
"boxicons": "^2.0.7",
"browser-env": "3.3.0",
"chokidar": "^3.5.1",
"cross-env": "7.0.2",
"deepmerge": "4.2.2",
"dotenv": "^10.0.0",
"edit-json-file": "^1.6.0",
"electron": "12.0.7",
"electron-builder": "^22.11.7",
"electron-devtools-installer": "3.1.1",
"electron-log": "^4.3.5",
"from-now": "^1.0.2",
"mkdirp": "^1.0.4",
"native-ext-loader": "2.3.0",
"ncp": "^2.0.0",
"node-7z": "^2.1.2",
"node-sass": "4.14.1",
"nodejs-file-downloader": "^4.5.3",
"require-extension-hooks": "0.3.3",
"require-extension-hooks-babel": "1.0.0",
"require-extension-hooks-vue": "0.4.2",
"sass-loader": "10.0.2",
"temp": "^0.9.4",
"vuesax": "^4.0.1-alpha.25",
"vuex-persist": "^3.1.3",
"webpack": "4.44.2",
"webpack-node-externals": "2.5.2"
},
"dependencies": {
"7zip-bin": "^5.1.1",
"electron-updater": "^4.3.9",
"electron-window-state": "^5.0.3",
"nuxt": "^2.15.3"
}
}