-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.15 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
{
"name": "angularplayground.it",
"version": "0.1.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:aot": "ng serve --aot --prod --port 4202",
"site:deploy": "sh ./scripts/deploy.sh",
"lint": "tslint \"src/**/*.ts\" --project tsconfig.json"
},
"private": true,
"dependencies": {
"@angular/common": "^8.0.0",
"@angular/compiler": "^8.0.0",
"@angular/core": "^8.0.0",
"@angular/forms": "^8.0.0",
"@angular/platform-browser": "^8.0.0",
"@angular/platform-browser-dynamic": "^8.0.0",
"@angular/router": "^8.0.0",
"core-js": "^3.1.3",
"marked": "^0.6.2",
"prismjs": "^1.16.0",
"rxjs": "^6.5.2",
"zone.js": "^0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.18",
"@angular/cli": "^8.0.0",
"@angular/compiler-cli": "^8.0.0",
"@angular/language-service": "^8.0.0",
"@types/marked": "^0.6.5",
"@types/node": "^12.0.5",
"@types/prismjs": "^1.16.0",
"codelyzer": "^5.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"ts-node": "^8.2.0",
"tslint": "^5.17.0",
"typescript": "~3.4.5"
}
}