-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
87 lines (87 loc) · 2.37 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
{
"name": "base-npm-submodules",
"version": "1.0.4",
"private": true,
"description": "Simple way to manage angular submodules in one repository",
"bin": {
"ngm": "bin/ngm-cli.js"
},
"scripts": {
"build": "tsc -p src/tsconfig.json",
"test": "echo 'all good, move on ;)'",
"e2e-tsm": "node dist/test/e2e.js",
"e2e": "echo 'dont touch it'",
"ebuild-multi": "ngm build -p e2e/ngm-multi",
"ebuild-single": "ngm build -p e2e/ngm-single"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/valor-software/npm-submodules.git"
},
"keywords": [
"npm",
"node",
"typescript",
"angular",
"angular2",
"angularcli"
],
"author": "Dmitriy Shekhovtsov <[email protected]> (https://twitter.com/valorkin)",
"license": "MIT",
"bugs": {
"url": "https://github.com/valor-software/npm-submodules/issues"
},
"homepage": "https://github.com/valor-software/npm-submodules#readme",
"peerDependencies": {
"ts-loader": ">=4.3.0",
"node-sass": ">=4.0.0",
"node-sass-tilde-importer": ">=1.0.0",
"webpack": ">=4.0.0",
"typescript": ">=2.7.2"
},
"dependencies": {
"chalk": "2.4.1",
"cpy": "7.0.0",
"del": "3.0.0",
"execa": "0.10.0",
"inquirer": "5.2.0",
"listr": "0.14.1",
"lodash": "4.17.10",
"meow": "5.0.0",
"node-sass": "^4.5.3",
"node-sass-tilde-importer": "1.0.2",
"read-pkg": "3.0.0",
"rollup": "0.58.2",
"rollup-plugin-commonjs": "9.1.3",
"rollup-plugin-node-resolve": "3.3.0",
"semver": "5.5.0",
"split": "1.0.1",
"stream-to-observable": "0.2.0",
"ts-loader": "4.3.0",
"tsconfig": "7.0.0",
"typescript": "~2.7.2",
"update-notifier": "2.5.0",
"webpack": "4.6.0",
"write-pkg": "3.1.0"
},
"devDependencies": {
"@angular/animations": "6.0.1",
"@angular/common": "6.0.1",
"@angular/compiler": "6.0.1",
"@angular/compiler-cli": "6.0.1",
"@angular/core": "6.0.1",
"@angular/forms": "6.0.1",
"@angular/http": "6.0.1",
"@angular/platform-browser": "6.0.1",
"@angular/platform-browser-dynamic": "6.0.1",
"@angular/platform-server": "6.0.1",
"@angular/router": "6.0.1",
"@angular/tsc-wrapped": "4.4.6",
"@types/chokidar": "1.7.5",
"@types/node": "10.0.8",
"@types/webpack": "4.1.6",
"reflect-metadata": "0.1.12",
"rxjs": "6.1.0",
"zone.js": "0.8.26"
}
}