-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.72 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
{
"name": "tarkov.pro-frontend",
"version": "0.0.4",
"description": "Tarkov.pro frontend",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "npm run typings install",
"start": "API_PATH='http://tarkov.dev:3010/api' ENV='development' 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": "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": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/forms": "0.2.0",
"@angular/http": "2.0.0-rc.4",
"@angular/platform-browser": "2.0.0-rc.4",
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
"@angular/router": "3.0.0-beta.2",
"es6-promise": "3.2.1",
"es6-shim": "0.35.1",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.6",
"typescript": "1.8.10",
"zone.js": "0.6.12"
},
"devDependencies": {
"autoprefixer": "^6.3.3",
"compression-webpack-plugin": "^0.3.0",
"copy-webpack-plugin": "^1.1.1",
"css-loader": "^0.23.1",
"es6-promise-loader": "^1.0.1",
"exports-loader": "^0.6.3",
"expose-loader": "^0.7.1",
"file-loader": "^0.8.5",
"html-minify-loader": "^1.1.0",
"html-webpack-plugin": "^2.9.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.4",
"poststylus": "^0.2.3",
"raw-loader": "0.5.1",
"remap-istanbul": "^0.5.1",
"rimraf": "^2.5.2",
"rucksack-css": "^0.8.5",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.0",
"stylus": "^0.54.7",
"stylus-loader": "^2.5.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",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"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]/escapefromtarkov/frontend.git"
},
"author": "Dmitry Vasilyev <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/escapefromtarkov/frontend/issues"
},
"homepage": "https://github.com/escapefromtarkov/frontend/issues#readme"
}