|
|
@ -4,13 +4,13 @@ |
|
|
"private": true, |
|
|
"private": true, |
|
|
"description": "An out-of-box UI solution for enterprise applications", |
|
|
"description": "An out-of-box UI solution for enterprise applications", |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"postinstall": "max setup", |
|
|
|
|
|
"analyze": "cross-env ANALYZE=1 max build", |
|
|
"analyze": "cross-env ANALYZE=1 max build", |
|
|
"build": "max build", |
|
|
"build": "max build", |
|
|
"deploy": "npm run build && npm run gh-pages", |
|
|
"deploy": "npm run build && npm run gh-pages", |
|
|
"dev": "npm run start:dev", |
|
|
"dev": "npm run start:dev", |
|
|
"gh-pages": "gh-pages -d dist", |
|
|
"gh-pages": "gh-pages -d dist", |
|
|
"i18n-remove": "pro i18n-remove --locale=zh-CN --write", |
|
|
"i18n-remove": "pro i18n-remove --locale=zh-CN --write", |
|
|
|
|
|
"postinstall": "max setup", |
|
|
"lint": "npm run lint:js && npm run lint:prettier && npm run tsc", |
|
|
"lint": "npm run lint:js && npm run lint:prettier && npm run tsc", |
|
|
"lint-staged": "lint-staged", |
|
|
"lint-staged": "lint-staged", |
|
|
"lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx ", |
|
|
"lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx ", |
|
|
|