-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.73 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
53
54
55
56
57
{
"name": "wc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack.dev.js",
"build": "NODE_ENV=production webpack --config webpack.prod.js",
"test": "npx jest",
"serve-static": "npx live-server static"
},
"devDependencies": {
"@angular/compiler-cli": "^14.2.2",
"@ngtools/webpack": "^14.2.3",
"@types/jest": "^27.0.2",
"@types/tapable": "^2.2.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.4.0",
"eslint": "^7.32.0",
"eslint-webpack-plugin": "^3.0.1",
"html-webpack-plugin": "^5.3.0",
"mini-css-extract-plugin": "^2.4.2",
"node-sass": "^6.0.1",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.0",
"ts-jest": "^27.0.5",
"ts-loader": "^9.2.6",
"typescript": "4.6.2",
"typescript-plugin-css-modules": "^3.4.0",
"webpack": "^5.58.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@angular/animations": "^14.2.2",
"@angular/cdk": "^14.2.2",
"@angular/common": "^14.2.2",
"@angular/compiler": "^14.2.2",
"@angular/core": "^14.2.2",
"@angular/elements": "^14.2.2",
"@angular/forms": "^14.2.2",
"@angular/platform-browser": "^14.2.2",
"@angular/platform-browser-dynamic": "^14.2.2",
"@angular/router": "^14.2.2",
"@fundamental-ngx/core": "file:fundamental-ngx-core-v0.36.0-rc.27.tgz",
"@fundamental-ngx/i18n": "^0.36.0",
"rxjs": "^7.5.4",
"zone.js": "^0.11.7"
}
}