-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
98 lines (98 loc) · 3.09 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
{
"name": "budgetkey-app-main-page",
"version": "1.0.0",
"description": "BudgetKey Main Page App",
"engines": {
"node": "^8.1.0",
"npm": "^5.2.0"
},
"scripts": {
"start": "node index.js",
"pree2e": "./node_modules/protractor/bin/webdriver-manager update",
"e2e": "npm run dist && tsc && concurrently \"npm start -- -s\" \"protractor protractor.config.js\" --kill-others --success first && gulp clean:ts",
"lint": "tslint ./app/**/*.ts ./e2e/**/*.ts -t verbose",
"test": "gulp && karma start karma.conf.js --single-run",
"test-watch": "gulp && karma start karma.conf.js",
"dist": "gulp && webpack --hide-modules",
"dist-serve": "gulp && webpack --hide-modules --watch & npm start"
},
"keywords": [],
"author": "Adam Kariv <[email protected]>",
"license": "MIT",
"dependencies": {
"@angular/common": "~2.2.0",
"@angular/compiler": "~2.2.0",
"@angular/core": "~2.2.0",
"@angular/forms": "~2.2.0",
"@angular/http": "~2.2.0",
"@angular/platform-browser": "~2.2.0",
"@angular/platform-browser-dynamic": "~2.2.0",
"@angular/router": "~3.2.0",
"angular-in-memory-web-api": "~0.1.15",
"bluebird": "^3.5.1",
"budgetkey-ng2-auth": "0.0.0",
"budgetkey-ng2-components": "^0.1.6",
"core-js": "^2.4.1",
"d3": "^4.10.0",
"d3-ease": "^1.0.3",
"d3-transition": "^1.1.1",
"lodash": "^4.17.2",
"mushonkey": "0.0.16",
"nunjucks": "^3.0.1",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.4.0",
"scrollama": "https://github.com/akariv/scrollama/tarball/master",
"systemjs": "0.19.40",
"urlencode": "^1.1.0",
"zone.js": "^0.6.26"
},
"devDependencies": {
"@angular/cli": "^1.2.0",
"@types/bluebird": "^3.5.16",
"@types/d3": "^4.9.0",
"@types/jasmine": "=2.5.36",
"@types/lodash": "^4.14.43",
"@types/node": "^6.0.46",
"@types/node-fetch": "^1.6.7",
"@types/selenium-webdriver": "^2.53.33",
"awesome-typescript-loader": "^3.2.1",
"browserify": "^13.1.1",
"canonical-path": "0.0.2",
"concurrently": "^3.1.0",
"extract-text-webpack-plugin": "^3.0.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^2.3.2",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^2.3.0",
"gulp-html-replace": "^1.6.1",
"html-webpack-plugin": "^2.29.0",
"http-server": "^0.9.0",
"jasmine-core": "~2.4.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.4",
"less-loader": "^4.0.5",
"node-fetch": "^1.7.3",
"protractor": "^4.0.14",
"raw-loader": "^0.5.1",
"rimraf": "^2.5.4",
"run-sequence": "^1.2.2",
"style-loader": "^0.18.2",
"supports-color": "^4.2.0",
"systemjs-builder": "^0.15.31",
"tslint": "^3.15.1",
"typescript": "~2.3.0",
"typings": "^1.3.2",
"uglify-js-plugin": "0.0.6",
"uglifyjs": "^2.4.10",
"val-loader": "^1.0.2",
"webdriver-manager": "10.2.5",
"webpack": "^3.1.0"
},
"repository": {}
}