-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.87 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
{
"name": "ramster-ui-core",
"version": "0.4.0",
"description": "An angular.io-based ui toolkit repo.",
"scripts": {
"testApp": "(node test/server.js & node test/webpack.devserver.js) || echo 'Could not start the test app'",
"build": "node prePackageBuild.js && ng-packagr -p package.json",
"publish": "npm publish dist"
},
"author": {
"name": "Rumen Rumenov",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RazorDude/ramster-ui-common.git"
},
"bugs": {
"url": "https://github.com/RazorDude/ramster-ui-common/issues"
},
"license": "MIT",
"ngPackage": {
"lib": {
"entryFile": "src/index.ts"
}
},
"devDependencies": {
"@angular/animations": "^7.1.4",
"@angular/cdk": "^7.2.0",
"@angular/common": "^7.1.0",
"@angular/compiler": "^7.1.0",
"@angular/compiler-cli": "^7.1.0",
"@angular/core": "^7.1.0",
"@angular/flex-layout": "^7.0.0-beta.22",
"@angular/platform-browser": "^7.1.0",
"@angular/router": "^7.1.0",
"@ngtools/webpack": "^7.1.4",
"@types/node": "^10.12.10",
"bell-on-bundler-error-plugin": "^2.0.0",
"co": "^4.6.0",
"core-js": "^2.5.7",
"express": "^4.16.4",
"ng-packagr": "^4.4.0",
"node-sass": "^4.14.1",
"path": "^0.12.7",
"popper.js": "^1.14.5",
"progress-bar-webpack-plugin": "^1.11.0",
"pug": "^2.0.4",
"pug-html-loader": "^1.1.5",
"raw-loader": "^1.0.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.3.3",
"rxjs-compat": "^6.3.3",
"sass-loader": "^7.1.0",
"tsickle": "^0.34.0",
"typescript": "^3.2.4",
"webpack": "^4.28.3",
"webpack-dev-server": "^3.1.14",
"zone.js": "^0.8.26"
},
"peerDependencies": {
"@angular/common": "^7.1.0",
"@angular/core": "^7.1.0",
"@angular/router": "^7.1.0",
"co": "^4.6.0",
"rxjs": "^6.3.3"
}
}