-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.15 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.15 KB
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
{
"name": "nuxtpoc",
"version": "0.0.1",
"description": "An electron-nuxt project",
"main": "./dist/main/index.js",
"scripts": {
"dev": "cross-env-shell NODE_ENV=development node .electron-nuxt/index.js",
"build": "cross-env-shell NODE_ENV=production node .electron-nuxt/index.js",
"test": "",
"lint": "node_modules/.bin/eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter ./src",
"lint:fix": "npm run lint -- --fix",
"postinstall": "electron-builder install-app-deps & npm run lint:fix"
},
"keywords": [],
"author": "Ruben Soerdien <ruben.soerdien@hotmail.com>",
"license": "MIT",
"homepage": "https://github.com/michalzaq12/electron-nuxt/blob/master/README.md",
"engines": {
"node": ">=8.10.0"
},
"devDependencies": {
"@xpda-dev/core": "^0.1.5",
"@xpda-dev/electron-launcher": "^0.1.1",
"@xpda-dev/electron-builder": "^0.1.1",
"@xpda-dev/webpack-step": "^0.1.2",
"deepmerge": "4.2.1",
"@mdi/font": "4.5.95",
"browser-env": "3.2.6",
"cross-env": "6.0.3",
"electron": "5.0.10",
"electron-builder": "21.2.0",
"electron-debug": "3.0.1",
"eslint": "5.16.0",
"babel-eslint": "10.0.3",
"eslint-friendly-formatter": "4.0.1",
"eslint-loader": "3.0.2",
"@nuxtjs/eslint-config": "1.1.2",
"nuxt": "2.10.2",
"node-sass": "4.12.0",
"sass-loader": "8.0.0",
"vue-devtools": "5.1.3",
"webpack": "4.41.2",
"webpack-node-externals": "1.7.2"
},
"dependencies": {
"@geoman-io/leaflet-geoman-free": "^2.3.0",
"apexcharts": "^3.15.2",
"axios": "^0.19.0",
"chart.js": "^2.9.1",
"hchs-vue-charts": "^1.2.8",
"konva": "^4.0.16",
"leaflet-draw": "^1.0.4",
"moment": "^2.24.0",
"nuxt-leaflet": "0.0.19",
"nuxt-spreadsheet": "0.0.3",
"pixi-projection": "^0.3.11",
"pixi-tween": "^0.2.0",
"pixi-viewport": "^4.11.1",
"pixi.js-legacy": "^5.2.4",
"socket.io-client": "^2.3.0",
"svg-path-parser": "^1.1.0",
"svg-path-properties": "^1.0.4",
"vue-apexcharts": "^1.5.2",
"vue-chartjs": "^3.4.2",
"vue-konva": "^2.0.11",
"vue-socket.io": "^3.0.7",
"vue-socket.io-extended": "^4.0.1"
}
}