-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.99 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
{
"name": "sportscar-game",
"version": "0.0.1",
"description": "the frontend for the sportscar game",
"main": "./dist/main/index.js",
"scripts": {
"dev": "node .electron-nuxt/dev.js",
"build": "node .electron-nuxt/build.js",
"test": "",
"lint": "node_modules/.bin/eslint --ext .js,.vue -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": "Ruben <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/michalzaq12/electron-nuxt/blob/master/README.md",
"engines": {
"node": ">=12.13.0"
},
"resolutions": {
"@types/node": "12.12.6"
},
"devDependencies": {
"@mdi/font": "5.2.45",
"@nuxt/components": "^0.2.3",
"@nuxtjs/eslint-config": "1.1.2",
"@nuxtjs/tailwindcss": "^2.0.0",
"@xpda-dev/core": "^0.1.5",
"@xpda-dev/electron-builder": "^0.2.1",
"@xpda-dev/electron-launcher": "^0.2.1",
"@xpda-dev/webpack-step": "^0.1.2",
"apexcharts": "^3.19.2",
"babel-eslint": "10.1.0",
"browser-env": "3.3.0",
"cross-env": "7.0.2",
"deepmerge": "4.2.2",
"electron": "8.3.0",
"electron-builder": "22.6.0",
"electron-debug": "3.0.1",
"eslint": "5.16.0",
"eslint-friendly-formatter": "4.0.1",
"eslint-loader": "3.0.4",
"native-ext-loader": "2.3.0",
"node-sass": "4.14.1",
"nuxt": "2.12.2",
"nuxt-spreadsheet": "^0.0.3",
"pixi-tween": "^0.2.0",
"pixi-viewport": "^4.11.1",
"pixi.js": "^5.2.4",
"pixi.js-legacy": "^5.2.4",
"sass-loader": "8.0.2",
"svg-path-parser": "^1.1.0",
"svg-path-properties": "^1.0.4",
"terminal.css": "^0.7.1",
"typeface-inter": "^3.12.0",
"vue-apexcharts": "^1.5.3",
"vue-flag-icon": "^1.0.6",
"vue-socket.io": "^3.0.9",
"webpack": "4.43.0",
"webpack-node-externals": "1.7.2"
},
"dependencies": {}
}