-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1001 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
{
"name": "ngx-dynamic-hooks-v3-example-standalone-webpack",
"main": "index.js",
"type": "module",
"sideEffects": false,
"scripts": {
"start": "npm run build && npm run serve",
"build": "webpack",
"build-prod": "NODE_ENV=production webpack",
"serve": "serve ./www",
"watch": "webpack --watch"
},
"devDependencies": {
"@angular/common": "^18.0.6",
"@angular/core": "^18.0.6",
"@angular/localize": "^18.0.6",
"@angular/platform-browser": "^18.0.6",
"@ng-bootstrap/ng-bootstrap": "^17.0.0",
"@ngtools/webpack": "^18.0.7",
"@popperjs/core": "^2.11.8",
"babel-loader": "^9.1.3",
"bootstrap": "^5.3.2",
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.0",
"ngx-dynamic-hooks": "^3.0.0",
"rxjs": "^7.8.1",
"sass": "1.77.6",
"sass-loader": "^14.2.1",
"serve": "^12.0.0",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack-remove-empty-scripts": "^1.0.4",
"zone.js": "^0.14.7"
}
}