-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
29 lines (29 loc) · 1.16 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
{
"name": "angularconnect-2019",
"version": "1.0.0",
"description": "Angular Connect 2019",
"scripts": {
"watch": "tsc --watch",
"serve": "http-server",
"postinstall": "./node_modules/.bin/ivy-ngcc; npm run patch",
"install-v8-tools": "mkdir -p v8/tools; cd v8; git init; git remote add -f origin [email protected]:v8/v8.git; git config core.sparseCheckout true; echo \"tools\" >> .git/info/sparse-checkout; git pull --depth=1 origin master; cd ..",
"patch": "sed -i -e 's|\\}., global\\.ng\\.core..;$|}), global.ng.core, global.ng.core));|g' node_modules/@angular/common/bundles/common.umd.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mhevery/AngularConnect-2019"
},
"author": "",
"license": "ISC",
"dependencies": {
"@angular/common": "github:angular/common-builds#master",
"@angular/compiler": "github:angular/compiler-builds#master",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#master",
"@angular/core": "github:angular/core-builds#master",
"@types/node": "^12.7.5",
"deoptigate": "^0.5.0",
"http-server": "^0.11.1",
"rxjs": "^6.5.3",
"typescript": "^3.6.3"
}
}