-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
75 lines (75 loc) · 2.37 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "angular-typescript",
"version": "1.2.0",
"description": "Angular18 for CMS",
"main": "index.js",
"author": "xpioneer",
"keywords": [
"Angular18",
"Typescript",
"HttpInterceptor",
"lazyload",
"ng-zorro-antd",
"loadChildren"
],
"license": "MIT",
"scripts": {
"start": "NODE_ENV=development webpack-dev-server --config conf/webpack.dev.conf.js",
"dev": "yarn start",
"clean": "rm -rf dist",
"demo": "webpack-dev-server --config ./demos/webpack.config.js",
"build": "NODE_ENV=production webpack --config conf/webpack.prod.conf.js",
"test": "NODE_ENV=development yarn run dll && webpack --config conf/webpack.dev.conf.js",
"lint": "NODE_ENV=development node_modules/.bin/tslint -c tslint.json -p tsconfig.json",
"lintfix": "NODE_ENV=development node_modules/.bin/tslint -c tslint.json -p tsconfig.json --fix --force"
},
"dependencies": {
"@angular/animations": "^18.2.5",
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/forms": "^18.2.5",
"@angular/platform-browser": "^18.2.5",
"@angular/router": "^18.2.5",
"@ant-design/icons-angular": "^18.0.0",
"core-js": "^3.38.1",
"cron-parser": "^4.9.0",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0",
"dagre-compound": "^0.0.13",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"monaco-editor": "^0.52.0",
"ng-zorro-antd": "^18.1.1",
"quill": "^1.3.2",
"rxjs": "^7.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular/compiler": "^18.2.5",
"@angular/compiler-cli": "^18.2.5",
"@angular/platform-browser-dynamic": "^18.2.5",
"@ngtools/webpack": "^18.2.5",
"@types/d3-zoom": "^3.0.8",
"@types/node": "^22.6.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.0",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"mini-css-extract-plugin": "^2.9.1",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.0.5",
"raw-loader": "^4.0.2",
"style-loader": "^4.0.0",
"sw-precache-webpack-plugin": "^0.11.5",
"tailwindcss": "^3.4.14",
"typescript": "5.5.4",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}