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