-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.14 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
{
"name": "ox-ui",
"version": "0.1.1",
"description": "Ant Desgin UI library for angular2",
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
},
"scripts": {
"dev": "gulp dev",
"build": "gulp build",
"test": "gulp test",
"clean": "gulp clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/limerickgds/ox-ui.git"
},
"keywords": [
"ox-ui",
"angular2",
"ui",
"ant",
"ant-desgin"
],
"dependencies": {
"@angular/common": "^2.2.0",
"@angular/core": "^6.0.7",
"@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": "^8.1.1",
"core-js": "^2.4.1",
"lodash": "^4.13.1",
"rxjs": "^5.0.0",
"systemjs": "^0.19.42",
"warning": "^4.0.1",
"zone.js": "^0.7.4"
},
"devDependencies": {
"@angular/compiler": "^6.0.7",
"@types/chai": "^3.4.34",
"@types/glob": "^5.0.29",
"@types/gulp": "^3.8.29",
"@types/jasmine": "^2.5.40",
"@types/lodash": "^4.14.38",
"@types/node": "^6.0.46",
"@types/run-sequence": "0.0.28",
"@types/rx": "^4.1.1",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-better-rollup": "^1.0.2",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^2.3.2",
"gulp-cli": "^1.2.2",
"gulp-connect": "^5.0.0",
"gulp-htmlmin": "^4.0.0",
"gulp-inline-ng2-template": "^5.0.1",
"gulp-json-editor": "^2.2.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.3.0",
"gulp-typescript": "^3.1.4",
"jasmine-core": "^2.5.2",
"karma": "^1.4.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"merge2": "^1.0.3",
"node-sass": "^3.11.2",
"resolve-bin": "^0.4.0",
"run-sequence": "^2.2.1",
"stylelint": "^7.7.1",
"ts-node": "^8.3.0",
"tslint": "^5.10.0",
"typescript": "^2.0.10"
},
"author": "limerick",
"license": "MIT",
"bugs": {
"url": "https://github.com/limerickgds/ox-ui/issues"
},
"homepage": "https://github.com/limerickgds/ox-ui#readme"
}