forked from unix/element-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3 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
99
100
101
102
103
104
105
106
107
{
"name": "element-angular",
"version": "0.0.4-beta.2",
"description": "element ui for angular",
"main": "./index.ts",
"unpkg": "bundle/element-angular.js",
"files": [
"release",
"index.ts",
"bundle"
],
"scripts": {
"dev": "gulp && gulp build:watch",
"build": "gulp build",
"ex": "env DEBUG=true webpack-dev-server --config build/webpack.dev.js --inline --progress --port 1338",
"ex:build": "gulp clean:ex && webpack --config build/webpack.prod.js",
"ex:publish": "node build/publish.js",
"i18n": "./node_modules/.bin/ng-xi18n -p ./ex --i18nFormat=xlf --locale=en-US",
"faas": "npm run ex:build --publish_type=faas && faas deploy alpha",
"clean": "gulp clean && gulp clean:ex"
},
"faas": {
"domain": "element-angular",
"public": "dist",
"description": "element ui for angular",
"author_name": "WittBulter",
"author_email": "[email protected]",
"notice": [
],
"build": [
"npm i",
"npm run ex:build --publish_type=faas"
]
},
"repository": {
"type": "git",
"url": "[email protected]:eleme/element-angular.git"
},
"keywords": [
"eleme",
"element",
"angular",
"typescript"
],
"bugs": {
"url": "https://github.com/eleme/element-angular/issues"
},
"author": "WittBulter",
"license": "MIT",
"devDependencies": {
"@angular/animations": "^4.0.0",
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/compiler-cli": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/language-service": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/platform-server": "^4.0.0",
"@angular/router": "^4.0.0",
"@types/highlight.js": "^9.1.9",
"@types/node": "^6.0.56",
"@types/webpack": "^3.0.9",
"angular-router-loader": "^0.6.0",
"angular2-template-loader": "^0.6.2",
"app-root-path": "^2.0.1",
"awesome-typescript-loader": "^3.2.2",
"copy-webpack-plugin": "^4.0.1",
"core-js": "^2.4.1",
"css-loader": "^0.28.4",
"del": "^3.0.0",
"element-ui": "^1.4.2",
"extract-text-webpack-plugin": "^3.0.0",
"gh-pages": "^1.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-cached": "^1.1.1",
"gulp-tslint": "^8.1.1",
"highlight.js": "^9.12.0",
"html-loader": "^0.5.0",
"html-webpack-plugin": "^2.30.1",
"i": "^0.3.5",
"node-sass": "^4.5.3",
"raw-loader": "^0.5.1",
"rxjs": "^5.2.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"tslint": "^5.5.0",
"tslint-loader": "^3.5.3",
"typescript": "^2.4.2",
"url-loader": "^0.5.9",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.6.1",
"webpack-merge": "^4.1.0",
"yargs": "^8.0.2",
"zone.js": "^0.8.16"
},
"peerDependencies": {
"@angular/core": "^4.0.0",
"@angular/animations": "^4.0.0"
},
"dependencies": {
"element-theme-default": "^1.4.4"
}
}