7 Star 50 Fork 10

DevUI / ng-devui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 5.32 KB
一键复制 编辑 原始数据 按行查看 历史
june 提交于 2023-07-31 19:47 . chore(release): release 16.0.0 (#322)
{
"name": "devui-components",
"version": "0.0.0-not-used",
"license": "MIT",
"description": "DevUI components based on Angular",
"engineStrict": true,
"engines": {
"node": ">=10.9.0"
},
"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 --deploy-url /components/",
"build:separate": "npm run build:devui && node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build --configuration production --deploy-url /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": "^16.0.0",
"@angular/cdk": "^16.0.0",
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"@devui-design/icons": "^1.2.0",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@popperjs/core": "^2.10.2",
"bootstrap": "^4.6.0",
"color": "^3.1.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.13.1"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^16.0.0",
"@angular-devkit/build-angular": "^16.0.0",
"@angular-eslint/builder": "^16.0.0",
"@angular-eslint/eslint-plugin": "^16.0.0",
"@angular/cli": "^16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@angular/language-service": "^16.0.0",
"@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.5",
"@types/marked": "^4.0.2",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.30.0",
"clean-css-cli": "^4.3.0",
"css-vars-ponyfill": "^2.3.2",
"codelyzer": "^6.0.0",
"codesandbox": "^2.2.3",
"eslint": "^7.32.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": "^16.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": "~4.9.4"
},
"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"
}
}
}
JavaScript
1
https://gitee.com/devui/ng-devui.git
git@gitee.com:devui/ng-devui.git
devui
ng-devui
ng-devui
master

搜索帮助