-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
123 lines (123 loc) · 3.88 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
{
"name": "prototype",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "node ./backend/www & ng serve",
"build": "ng build --prod",
"test-all": "npm run lint && npm run test",
"test": "npm run test-backend && npm run test-frontend",
"test-backend": "\"./node_modules/jasmine/bin/jasmine.js\" --config=jasmine.json",
"test-frontend": "\"./node_modules/.bin/karma\" start frontend/karma.conf.js --single-run",
"lint": "npm run lint-ts && npm run lint-js",
"lint-ts": "ng lint",
"lint-js": "./node_modules/.bin/eslint ./ --ext js",
"e2e": "ng e2e",
"test-init": "./node_modules/jasmine/bin/jasmine.js init",
"scrape": "node ./backend/static/converters/updateDotaDefinitions.js",
"compodoc": "./node_modules/.bin/compodoc -p frontend/tsconfig.app.json -a ./documentation/compodoc",
"docs": "compodoc -s -d ./documentation"
},
"dependencies": {
"@angular/animations": "^5.2.11",
"@angular/cdk": "^5.2.4",
"@angular/common": "^5.2.10",
"@angular/core": "^5.2.10",
"@angular/forms": "^5.2.10",
"@angular/http": "^5.2.10",
"@angular/material": "^5.2.4",
"@angular/platform-browser": "^5.2.10",
"@angular/platform-browser-dynamic": "^5.2.10",
"@angular/router": "^5.2.10",
"angular-intro.js": "^3.4.0",
"angular-sortablejs": "^2.5.2",
"archiver": "^2.1.1",
"auth0-js": "^9.4.2",
"body-parser": "~1.18.2",
"bootstrap": "4.1.3",
"bson": "^3.0.0",
"cheerio": "^1.0.0-rc.2",
"chromedriver": "^2.40.0",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"core-js": "^2.4.1",
"cors": "^2.8.4",
"debug": "~2.6.9",
"express": "^4.16.2",
"express-jwt": "^5.3.1",
"express-session": "^1.15.6",
"express-validator": "^5.1.2",
"font-awesome": "^4.7.0",
"fs-copy-file-sync": "^1.1.1",
"fs-extra": "^6.0.1",
"hamburgers": "^0.9.3",
"hammerjs": "^2.0.8",
"intro.js": "^2.9.3",
"jade": "~1.11.0",
"jasmine-node": "^1.14.5",
"jquery": "^3.3.1",
"jsonschema": "^1.2.4",
"jwks-rsa": "^1.2.1",
"method-override": "^2.3.10",
"mkdirp": "^0.5.1",
"momentjs": "^2.0.0",
"morgan": "~1.9.0",
"mysql": "^2.15.0",
"mysql2": "^1.5.3",
"ngx-popper": "^4.1.0",
"passport": "^0.4.0",
"passport-auth0": "^0.6.1",
"popper.js": "^1.14.3",
"rxjs": "^5.5.6",
"sequelize": "^4.37.6",
"serve-favicon": "~2.4.5",
"sinon": "^5.0.7",
"sortablejs": "^1.7.0",
"sweetalert": "^2.1.0",
"webdriver": "^5.0.0-alpha.7",
"zone.js": "^0.8.19"
},
"devDependencies": {
"@angular/cli": "^1.7.4",
"@angular/compiler": "^5.2.10",
"@angular/compiler-cli": "^5.2.10",
"@angular/language-service": "^5.2.0",
"@angular/platform-server": "^5.2.10",
"@types/jasmine": "^2.8.8",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"babel-eslint": "^8.2.3",
"codelyzer": "^4.0.1",
"compodoc": "0.0.41",
"diff": "^3.5.0",
"eslint": "^5.6.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-typescript": "^0.12.0",
"htmllint": "^0.7.2",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~2.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"node-mocks-http": "^1.7.0",
"node-sass": "^4.9.3",
"protractor": "~5.1.2",
"proxyquire": "^2.0.1",
"seedquelize": "^1.0.1",
"sequelize-cli": "^4.0.0",
"sequelize-mock": "^0.10.2",
"ts-node": "~4.1.0",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.8.0",
"typescript": "^2.7.2",
"typescript-eslint-parser": "^15.0.0",
"unzip": "^0.1.11"
}
}