-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
141 lines (141 loc) · 5.04 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "fll-launcher",
"version": "2.0.0",
"author": "Roy Shmueli <[email protected]>",
"description": "A Launcher to the FIRST LEGO League tournament managment system",
"main": "./dist/electron/main.js",
"license": "GPL-3.0",
"engines": {
"node": ">=10.11.0"
},
"scripts": {
"build": "node .electron-vue/build.js && electron-builder",
"build:dir": "node .electron-vue/build.js && electron-builder --dir",
"build:clean": "cross-env BUILD_TARGET=clean node .electron-vue/build.js",
"build:web": "cross-env BUILD_TARGET=web node .electron-vue/build.js",
"get": "node ./dev-scripts/get.js",
"lint": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter src",
"lint:fix": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter --fix src",
"pack": "npm run pack:main && npm run pack:renderer",
"pack:main": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.main.config.js",
"pack:renderer": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.renderer.config.js",
"postinstall": "electron-builder install-app-deps",
"start": "node .electron-vue/dev-runner.js"
},
"build": {
"appId": "com.fll-tools.launcher",
"productName": "FIRST LEGO League TMS",
"artifactName": "fll-launcher-${version}",
"directories": {
"buildResources": "resources",
"output": "dist"
},
"files": [
"dist/electron/**/*"
],
"buildDependenciesFromSource": true
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.1",
"@keyv/sqlite": "^2.0.0",
"@xkeshi/vue-qrcode": "^1.0.0",
"adm-zip": "^0.4.11",
"bluebird": "^3.5.0",
"camelcase": "^5.0.0",
"clipboardy": "^2.1.0",
"ejs": "^2.5.8",
"electron-debug": "^3.0.1",
"electron-is-dev": "^1.1.0",
"ip": "^1.1.5",
"iso-3166-2": "^1.0.0",
"js-yaml": "^3.9.0",
"keyv": "^3.0.0",
"mhub": "^1.0.0",
"mkdirp": "^0.5.1",
"mongodb": "^3.0.6",
"open": "^6.4.0",
"randomatic": "^3.0.0",
"request": "^2.81.0",
"rimraf": "^2.6.2",
"rotating-file-stream": "^1.3.2",
"semantic-ui-vue": "^0.8.1",
"vue": "^2.5.16",
"vue-electron": "^1.0.6",
"vue-router": "^3.0.7",
"winston": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"@babel/register": "^7.4.4",
"@babel/runtime": "^7.5.4",
"@first-lego-league/eslint-config": "^1.0.0",
"@first-lego-league/user-interface": "^2.1.0",
"ajv": "^6.10.1",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"babili-webpack-plugin": "^0.1.2",
"caporal": "^1.2.0",
"cfonts": "^2.0.1",
"chalk": "^2.4.0",
"copy-webpack-plugin": "^5.0.3",
"cross-env": "^5.1.4",
"css-loader": "^3.0.0",
"decompress": "^4.2.0",
"del": "^5.0.0",
"devtron": "^1.4.0",
"electron": "^4.2.5",
"electron-builder": "^20.10.0",
"electron-devtools-installer": "^2.2.3",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-jsx": "^6.0.2",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-chai-friendly": "^0.4.1",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"file-loader": "^4.0.0",
"glob": "^7.1.4",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.7.0",
"multispinner": "^0.2.1",
"node-loader": "^0.6.0",
"semver": "^6.2.0",
"style-loader": "^0.23.1",
"tar-fs": "^2.0.0",
"unzip-stream": "^0.3.0",
"url-loader": "^2.0.1",
"vue-html-loader": "^1.2.4",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.35.3",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.7.2",
"webpack-hot-middleware": "^2.22.1",
"webpack-merge": "^4.1.3"
}
}