-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·42 lines (42 loc) · 1.49 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
{
"name": "GamesCatalog",
"version": "1.1.3",
"description": "Nuxt + Electron",
"author": "fsadannn <[email protected]>, larrygf <[email protected]>",
"private": true,
"main": "main.js",
"scripts": {
"dev": "node ./scripts/setpath.js && cross-env NODE_ENV=DEV electron .",
"build": "node ./scripts/setpath.js && nuxt build --target server && node ./scripts/build.js wl",
"build:win": "node ./scripts/setpath.js && nuxt build --target server && node ./scripts/build.js w",
"buildpage": "node ./scripts/setpath.js && nuxt server",
"nuxt-build": "node ./scripts/setpath.js && nuxt build",
"serve-deploy": "cross-env NODE_ENV=DEPLOY node ./scripts/setpath.js && nuxt -c ./rproxy.nuxt.config.js",
"build-deploy": "cross-env NODE_ENV=DEPLOY node ./scripts/setpath.js && nuxt build -c ./rproxy.nuxt.config.js"
},
"dependencies": {
"@mdi/font": "^3.6.95",
"@nuxtjs/axios": "^5.4.1",
"@nuxtjs/vuetify": "^0.5.5",
"acorn": "^6.1.1",
"axios": "^0.19.0",
"babel-cli": "^6.26.0",
"nuxt": "^2.8.1",
"vue": "^2.6.14",
"vuetify": "^1.5.16",
"vuetify-loader": "^1.2.2",
"webpack": "^4.36.1"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"cross-env": "^5.1.4",
"dotenv": "^8.2.0",
"electron": "^11.2.3",
"electron-builder": "^22.9.1",
"electron-devtools-installer": "^2.2.3",
"eslint": "^4.19.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-vue": "^4.0.0"
}
}