initial fixed widget
Showing
| ... | ... | @@ -12,8 +12,8 @@ |
| "node": ">=10" | ||
| }, | ||
| "scripts": { | ||
| "build": "microbundle-crl --no-compress --format modern,cjs", | ||
| "start": "microbundle-crl watch --no-compress --format modern,cjs", | ||
| "build": "microbundle-crl --no-compress --format modern,cjs --css-modules false", | ||
| "start": "microbundle-crl watch --no-compress --format modern,cjs --css-modules false", | ||
| "prepare": "run-s build", | ||
| "test": "run-s test:unit test:lint test:build", | ||
| "test:build": "run-s build", | ||
| ... | ... | @@ -27,7 +27,6 @@ |
| "react": "^16.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "microbundle-crl": "^0.13.10", | ||
| "babel-eslint": "^10.0.3", | ||
| "cross-env": "^7.0.2", | ||
| "eslint": "^6.8.0", | ||
| ... | ... | @@ -41,6 +40,7 @@ |
| "eslint-plugin-react": "^7.17.0", | ||
| "eslint-plugin-standard": "^4.0.1", | ||
| "gh-pages": "^2.2.0", | ||
| "microbundle-crl": "^0.13.10", | ||
| "npm-run-all": "^4.1.5", | ||
| "prettier": "^2.0.4", | ||
| "react": "^16.13.1", | ||
| ... | ... | @@ -49,5 +49,10 @@ |
| }, | ||
| "files": [ | ||
| "dist" | ||
| ] | ||
| ], | ||
| "dependencies": { | ||
| "@ant-design/icons": "^4.7.0", | ||
| "antd": "^4.22.3", | ||
| "axios": "^0.27.2" | ||
| } | ||
| } |
Please
register
or
sign in
to comment