-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.83 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
{
"name": "survarium.pro-frontend-ng2",
"version": "2.19.0",
"description": "Angular 2 – based version survarium.pro frontend",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "npm run typings install",
"bundle": "node builders/direct-bundler",
"start": "export API_PATH='http://survarium.test:3010/api' && export ENV='development' && npm run bundle && webpack-dev-server --inline --progress --profile --colors --watch --display-error-details --display-cached --content-base app/",
"run": "npm start",
"postbuild": "rimraf dist && mv dist_prod dist",
"build": "npm run bundle && webpack --config webpack.prod.config.js --progress --profile --colors --display-error-details --display-cached",
"build:serve": "http-server dist --cors",
"typings": "typings"
},
"dependencies": {
"@angular/common": "^5",
"@angular/compiler": "^5",
"@angular/core": "^5",
"@angular/forms": "^5",
"@angular/http": "^5",
"@angular/platform-browser": "^5",
"@angular/platform-browser-dynamic": "^5",
"@angular/router": "^5",
"autoprefixer": "^6.7.7",
"chart.js": "2.4.0",
"es6-promise": "^4.2.4",
"es6-shim": "^0.35.3",
"exports-loader": "^0.6.4",
"expose-loader": "^0.7.5",
"html-webpack-plugin": "^2.30.1",
"reflect-metadata": "^0.1.12",
"rimraf": "^2.6.2",
"rxjs": "^5.5.10",
"source-map-loader": "^0.1.6",
"style-loader": "^0.13.2",
"typescript": "^2.8.1",
"url-loader": "^0.5.9",
"webpack": "^1.15.0",
"webpack-dev-server": "^1.16.5",
"zone.js": "^0.8.26"
},
"devDependencies": {
"compression-webpack-plugin": "^0.3.0",
"copy-webpack-plugin": "^1.1.1",
"css-loader": "^0.23.1",
"es6-promise-loader": "^1.0.1",
"file-loader": "^0.8.5",
"html-minify-loader": "^1.3.0",
"http-server": "^0.9.0",
"ie-shim": "^0.1.0",
"imports-loader": "^0.6.5",
"istanbul-instrumenter-loader": "^0.2.0",
"json-loader": "^0.5.7",
"poststylus": "^0.2.3",
"raw-loader": "0.5.1",
"remap-istanbul": "^0.5.1",
"rucksack-css": "^0.8.5",
"stylus": "0.54.5",
"stylus-loader": "2.3.1",
"ts-helper": "0.0.1",
"ts-loader": "^0.8.1",
"ts-node": "^0.5.5",
"tsconfig-lint": "^0.6.0",
"tslint": "^3.3.0",
"tslint-loader": "^2.1.0",
"typedoc": "^0.3.12",
"typings": "^0.6.8",
"webpack-load-plugins": "^0.1.2",
"webpack-md5-hash": "^0.0.5",
"webpack-validator": "^1.0.0-beta.4"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/survarium/survarium-front-ng2.git"
},
"author": "Dmitry Vasilyev <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/survarium/survarium-front-ng2/issues"
},
"homepage": "https://github.com/survarium/survarium-front-ng2#readme"
}