-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
87 lines (87 loc) · 2.51 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
{
"name": "@first-lego-league/scoring",
"version": "2.4.35",
"description": "Main scoring service",
"main": "index.js",
"repository": "https://github.com/FirstLegoLeague/scoring",
"author": "Idan Stark <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"start": "devl -s rankings=http://localhost:3000 -s tournament=http://localhost:3000",
"build": "webpack -p",
"watch": "webpack --watch",
"prepack": "yarn run build",
"generate": "node ./dev-scripts/generate.js"
},
"files": [
"index.js",
"server",
"dist",
"challenges",
"yarn.lock",
"module.yml"
],
"dependencies": {
"@first-lego-league/ms-auth": "^1.4.3",
"@first-lego-league/ms-configuration": "^2.2.1",
"@first-lego-league/ms-correlation": "^1.0.2",
"@first-lego-league/ms-logger": "^2.0.1",
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"diff": "^3.5.0",
"express": "^4.16.3",
"grunt-cli": "^1.2.0",
"mhub": "^1.0.1",
"mongodb": "^3.1.1",
"project-version": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@first-lego-league/dev-launcher": "0.3.0",
"@first-lego-league/user-interface": "^2.1.3",
"add": "^2.0.6",
"angular": "^1.7.8",
"angular-animate": "^1.7.8",
"angular-cookies": "^1.7.8",
"angular-dnd-module": "^0.1.25",
"angular-inview": "^3.1.0",
"angular-sanitize": "^1.7.8",
"angular-signature": "^1.0.3",
"angular-xeditable": "^0.9.0",
"babel-loader": "^8.0.6",
"babel-plugin-import-directory": "^1.1.0",
"caporal": "^1.2.0",
"change-case": "^3.1.0",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^2.1.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-angular": "^4.0.1",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"event-emitter-es6": "^1.1.5",
"express-csv": "^0.6.0",
"file-loader": "^3.0.1",
"grunt": "^1.0.3",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"json-loader": "^0.5.7",
"mkdirp": "^0.5.1",
"randomatic": "^3.1.1",
"semantic-ui-angular-jquery": "^0.2.4",
"signature_pad": "^3.0.0-beta.3",
"style-loader": "^0.23.1",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-command": "^0.4.2",
"yaml-loader": "^0.5.0"
}
}