-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
92 lines (92 loc) · 2.69 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
{
"name": "ngx-card",
"version": "0.2.4",
"description": "Angular 2+ wrapper for card.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ihym/ngx-card.git"
},
"bugs": {
"url": "https://github.com/ihym/ngx-card/issues"
},
"main": "bundles/ngx-card.umd.js",
"module": "module.js",
"typings": "module.d.ts",
"scripts": {
"lint": "gulp lint:ts --failOnError=true",
"build": "gulp",
"start": "npm run build && gulp build:watch",
"demo": "gulp demo:clean && webpack --config ./demo/webpack.config.js --watch",
"demo:build": "npm run build && gulp demo:ngc && webpack --config ./demo/webpack.config.js",
"demo:release": "npm run demo:build && node scripts/gh-pages",
"prerelease": "npm run build && npm test",
"release": "node scripts/release"
},
"keywords": [
"angular",
"angular2",
"card"
],
"author": "Vasilis Diakomanolis <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@angular/core": ">=2.0.0"
},
"devDependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/compiler-cli": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/router": "^4.0.0",
"@salesforce-ux/design-system": "^2.2.1",
"@types/node": "^6.0.56",
"angular-router-loader": "^0.5.0",
"angular2-template-loader": "^0.6.2",
"animate.css": "^3.5.2",
"app-root-path": "^2.0.1",
"awesome-typescript-loader": "^3.0.8",
"browser-sync": "^2.18.8",
"browser-sync-webpack-plugin": "^1.1.4",
"card": "^2.3.0",
"clean-webpack-plugin": "^0.1.15",
"conventional-changelog-cli": "^1.2.0",
"copy-webpack-plugin": "^4.0.1",
"core-js": "^2.4.1",
"css-loader": "^0.28.0",
"dateformat": "^2.0.0",
"del": "^2.2.2",
"gh-pages": "^0.12.0",
"glob": "^7.1.1",
"gulp": "gulpjs/gulp#4.0",
"gulp-cached": "^1.1.1",
"gulp-inline-ng2-template": "^4.0.0",
"gulp-tslint": "^7.1.0",
"gulp-typescript": "^3.1.5",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"inquirer": "^1.2.3",
"in-view": "^0.6.1",
"json-loader": "^0.5.3",
"lazypipe": "^1.0.1",
"markdown-loader": "^0.1.7",
"pug": "^2.0.0-beta6",
"pug-loader": "^2.3.0",
"q": "^1.4.1",
"raw-loader": "^0.5.1",
"replace": "^0.3.0",
"request": "^2.79.0",
"rxjs": "^5.2.0",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"simple-git": "^1.66.0",
"style-loader": "^0.16.1",
"systemjs": "^0.20.9",
"tslint": "^4.5.1",
"typescript": "2.1.5",
"webpack": "^2.2.1",
"yargs": "^6.6.0",
"zone.js": "^0.8.4"
}
}