-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.85 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
{
"name": "valkyrie-demo",
"version": "1.0.0",
"description": "",
"main": "web-server/server.js",
"engines": {
"node": "9.5.0",
"npm": "5.6.0"
},
"scripts": {
"clean": "tslint -p . --fix --force",
"test": "ng e2e --port 4201",
"start": "node web-server/server.js",
"heroku-postbuild": "webpack --config web-server/webpack.config.js --bail"
},
"repository": {
"type": "git",
"url": "git+https://github.com/project-callisto/valkyrie-demo.git"
},
"author": "https://github.com/project-callisto",
"bugs": {
"url": "https://github.com/project-callisto/valkyrie-demo/issues"
},
"homepage": "https://github.com/project-callisto/valkyrie-demo#readme",
"dependencies": {
"@angular/common": "^5.2.3",
"@angular/compiler": "^5.2.0",
"@angular/core": "^5.2.3",
"@angular/platform-browser": "^5.2.3",
"@angular/platform-browser-dynamic": "^5.2.3",
"@types/node": "^9.4.1",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^3.4.1",
"big-number": "^0.4.0",
"copy-webpack-plugin": "^4.3.1",
"core-js": "^2.5.3",
"decimal": "0.0.2",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.30.1",
"jquery": "^3.3.1",
"node-sass": "^4.7.2",
"npm-install-webpack-plugin": "^4.0.5",
"raw-loader": "^0.5.1",
"rxjs": "^5.5.6",
"sass-loader": "^6.0.6",
"sjcl": "^1.0.7",
"typescript": "^2.5.3",
"webpack": "^3.10.0",
"webpack-config-utils": "^2.3.0",
"zone.js": "^0.8.20"
},
"devDependencies": {
"@angular/cli": "^1.6.7",
"@angular/compiler-cli": "^5.2.3",
"jasmine": "^3.0.0",
"jasmine-spec-reporter": "^4.2.1",
"protractor": "^5.3.0",
"tslint": "^5.9.1",
"webdriver-manager": "^12.0.6",
"webpack-dev-middleware": "^2.0.4"
}
}