-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 999 Bytes
/
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
{
"name": "knowledge-extensions",
"version": "0.1.0",
"scripts": {
"ng": "ng",
"clean": "rm -rf dist",
"purge": "rm -rf node_modules .angular .yarn/cache",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.1.0",
"@angular/common": "~13.1.0",
"@angular/compiler": "~13.1.0",
"@angular/core": "~13.1.0",
"@angular/forms": "~13.1.0",
"@angular/platform-browser": "~13.1.0",
"@angular/platform-browser-dynamic": "~13.1.0",
"@angular/router": "~13.1.0",
"primeflex": "^3.2.1",
"primeicons": "^5.0.0",
"primeng": "^13.4.1",
"rxjs": "~7.4.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.1.2",
"@angular/cli": "~13.1.2",
"@angular/compiler-cli": "~13.1.0",
"@types/node": "^12.11.1",
"typescript": "~4.5.2"
},
"packageManager": "yarn@3.2.1"
}