-
Notifications
You must be signed in to change notification settings - Fork 209
/
package.json
130 lines (130 loc) · 5.31 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "devui-components",
"version": "0.0.0-not-used",
"license": "MIT",
"description": "DevUI components based on Angular",
"engineStrict": true,
"engines": {
"node": ">=18.19.1"
},
"scripts": {
"ng": "ng",
"start": "node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng serve --open",
"build": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build --configuration production --base-href /components/",
"build:separate": "npm run build:devui && node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build --configuration production --base-href /components/ --configuration separate",
"test": "ng test",
"test:lib": "ng test devui-lib --no-watch --no-progress --browsers=ChromeHeadlessCI",
"lint": "ng lint",
"e2e": "ng e2e",
"lint:devui": "eslint --ext .js,.ts \"{devui,src}/**/*.{ts,js}\"",
"lint:devui:fix": "eslint --ext .js,.ts --fix \"{devui,src}/**/*.{ts,js}\"",
"prettier": "prettier --config ./.prettierrc --write \"{devui,src}/**/*.html\"",
"stylelint": "stylelint \"{devui,src}/**/*.{scss,css}\" --fix",
"build:devui": "node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng build devui-lib --configuration production",
"postbuild:devui": "node scripts/copy-artifacts.js && npm run css-compile && npm run theme-css-compile && npm run mobile-css-compile && npm run css-postcompile && npm run css-minify && npm run grid-css-compile",
"css-compile": "node scripts/sass-handler.js ./devui/style/devui.scss ./publish/devui.css",
"css-postcompile": "node scripts/css-postcompile",
"mobile-css-compile": "node scripts/sass-handler.js ./devui/style/devui-for-mobile.scss ./publish/devui-for-mobile.css",
"theme-css-compile": "node scripts/sass-handler.js ./devui/theme-collection/extend-theme.scss ./publish/theme-collection/extend-theme.css && node scripts/sass-handler.js ./devui/theme-collection/overwrite-style.scss ./publish/theme-collection/overwrite-style.css",
"css-minify": "cleancss --format breakWith=lf --output ./publish/devui.min.css ./publish/devui.css",
"grid-css-compile": "node scripts/sass-handler.js ./devui/style/layout/devui-layout.scss ./publish/devui-layout.css && node scripts/css-handle/handle-prefix.js && cleancss --format breakWith=lf --output ./publish/devui-layout.min.css ./publish/devui-layout.css",
"build:devui:ivy": "node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng build devui-lib"
},
"dependencies": {
"@angular/animations": "^18.1.3",
"@angular/cdk": "^18.1.3",
"@angular/common": "^18.1.3",
"@angular/compiler": "^18.1.3",
"@angular/core": "^18.1.3",
"@angular/forms": "^18.1.3",
"@angular/platform-browser": "^18.1.3",
"@angular/platform-browser-dynamic": "^18.1.3",
"@angular/router": "^18.1.3",
"@devui-design/icons": "^1.4.0",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@popperjs/core": "^2.10.2",
"bootstrap": "^5.2.3",
"color": "^4.2.3",
"core-js": "^3.18.3",
"date-fns": "^2.23.0",
"gridstack": "^6.0.0",
"marked": "^4.0.10",
"tslib": "^2.0.0",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^18.0.0",
"@angular-devkit/build-angular": "^18.1.3",
"@angular-eslint/builder": "^18.2.0",
"@angular-eslint/eslint-plugin": "^18.2.0",
"@angular/cli": "^18.1.3",
"@angular/compiler-cli": "^18.1.3",
"@angular/language-service": "^18.1.3",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@stackblitz/sdk": "^1.5.2",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/lodash-es": "4.17.3",
"@types/marked": "^4.0.2",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"clean-css-cli": "^4.3.0",
"css-vars-ponyfill": "^2.3.2",
"codelyzer": "^6.0.0",
"codesandbox": "^2.2.3",
"eslint": "^8.57.0",
"highlight.js": "^10.2.0",
"html-loader": "^1.3.0",
"husky": "^4.3.0",
"jasmine-core": "^3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.17",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-junit-reporter": "^2.0.1",
"lint-staged": "^9.2.3",
"lodash-es": "^4.17.15",
"markdown-loader": "^5.1.0",
"ng-packagr": "^18.0.0",
"patch-package": "^6.2.2",
"postcss": "^8.2.4",
"prettier": "^2.1.2",
"protractor": "~7.0.0",
"rxjs": "~7.5.5",
"sass": "^1.32.0",
"shelljs": "^0.8.3",
"stylelint": "^13.3.2",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.17.0",
"synckit": "^0.6.0",
"ts-node": "~7.0.0",
"typescript": "~5.4.0"
},
"lint-staged": {
"{devui,src}/**/*.{ts,js}": [
"eslint --ext .js,.ts --fix",
"git add"
],
"{devui,src}/**/*.html": [
"prettier --config ./.prettierrc --write",
"git add"
],
"{devui,src}/**/*.{scss,css}": [
"stylelint --fix",
"git add"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged",
"pre-push": "npm run test:lib"
}
}
}