-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·52 lines (52 loc) · 1.67 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
{
"name": "os-window-angular-workspace",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"watch-npm": "ng build --watch --configuration production os-window-angular",
"build-npm": "ng build --configuration production os-window-angular",
"build-web": "ng build --configuration production testing-app",
"link": "npm link ./dist/os-window-angular",
"publish-npm": "cd ./dist/os-window-angular && npm publish",
"publish-web": "ng deploy testing-app --base-href=/os-window-angular/"
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "^15.1.5",
"@angular/animations": "^15.1.4",
"@angular/cdk": "^15.1.4",
"@angular/common": "^15.1.4",
"@angular/compiler": "^15.1.4",
"@angular/core": "^15.1.4",
"@angular/forms": "^15.1.4",
"@angular/platform-browser": "^15.1.4",
"@angular/platform-browser-dynamic": "^15.1.4",
"@angular/router": "^15.1.4",
"del-cli": "^5.0.0",
"ng-packagr": "^15.1.2",
"ngx-scrollbar": "^10.0.1",
"rxjs": "~6.6.0",
"tslib": "^2.5.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular/cli": "^15.1.5",
"@angular/compiler-cli": "^15.1.4",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
"angular-cli-ghpages": "^1.0.5",
"autoprefixer": "^10.4.16",
"jasmine-core": "~3.8.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.5",
"typescript": "~4.9.5"
}
}