forked from itourstory/EnabApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.19 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
{
"name": "enab",
"version": "1.6.1",
"description": "Enab System",
"main": "./dist/main/index.js",
"scripts": {
"dev": "node .electron-nuxt/dev.js",
"build": "node .electron-nuxt/build.js -p always",
"local": "node .electron-nuxt/build.js",
"test": "",
"preinstall": "node .electron-nuxt/check-engines.js",
"postinstall": "electron-builder install-app-deps "
},
"keywords": [],
"author": "Hassan K. Alkhalidi <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/michalzaq12/electron-nuxt/blob/master/README.md",
"engines": {
"node": ">=14.0.0"
},
"resolutions": {
"@types/node": "12.12.6"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "5.15.3",
"@nuxtjs/moment": "^1.6.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",
"browser-env": "3.3.0",
"chakra-loader": "^1.0.3",
"cross-env": "7.0.3",
"deepmerge": "4.2.2",
"electron": "12.0.6",
"electron-builder": "22.11.11",
"electron-devtools-installer": "3.2.0",
"nuxt": "2.15.6",
"sass-loader": "10.0.2",
"webpack": "4.44.2",
"webpack-node-externals": "2.5.2"
},
"dependencies": {
"@chakra-ui/nuxt": "^0.4.2",
"@nuxtjs/auth-next": "^5.0.0-1624817847.21691f1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/emotion": "^0.1.0",
"@nuxtjs/laravel-echo": "2.0.0-alpha.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/recaptcha": "^1.0.4",
"@nuxtjs/style-resources": "^1.2.1",
"@nuxtjs/toast": "^3.3.1",
"bootstrap": "^5.1.0",
"bootstrap-vue": "^2.21.2",
"cookie-universal-nuxt": "^2.1.5",
"core-js": "^3.16.1",
"electron-log": "^4.4.1",
"electron-updater": "^4.3.9",
"jwt-simple": "^0.5.6",
"modified-pos-printer": "^1.2.4",
"node-sass": "4.14.1",
"nuxt-i18n": "^6.28.1",
"pusher-js": "^7.0.3",
"socket.io-client": "2.3.0",
"vue-lodash": "^2.1.2",
"vue-long-click": "^0.0.4",
"vue-select": "^3.12.2",
"vue-swatches": "^2.1.1",
"vuejs-dialog": "^1.4.2"
},
"repository": {
"type": "git",
"url": "https://github.com/Gruce/EnabApp.git"
}
}