|
22 | 22 | "release:changelog": "scripts/changelog.ts",
|
23 | 23 | "release:version": "scripts/version.ts",
|
24 | 24 | "release:publish": "scripts/publish.ts",
|
25 |
| - "clean": "rm -rf node_modules build demo/.docusaurus demo/build demo/node_modules && find packages -name node_modules -type d -maxdepth 2 -exec rm -rf {} + && find packages -name dist -type d -maxdepth 2 -exec rm -rf {} +" |
| 25 | + "clean": "rm -rf node_modules build demo/.docusaurus demo/build demo/node_modules && find packages -name node_modules -type d -maxdepth 2 -exec rm -rf {} + && find packages -name dist -type d -maxdepth 2 -exec rm -rf {} + && find packages -name lib -type d -maxdepth 2 -exec rm -rf {} + && find packages -name lib-next -type d -maxdepth 2 -exec rm -rf {} +" |
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
| 28 | + "@babel/cli": "^7.16.0", |
| 29 | + "@babel/core": "^7.16.0", |
| 30 | + "@babel/eslint-parser": "^7.16.3", |
| 31 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0", |
| 32 | + "@babel/plugin-proposal-optional-chaining": "^7.16.0", |
| 33 | + "@babel/plugin-transform-modules-commonjs": "^7.16.0", |
| 34 | + "@babel/preset-typescript": "^7.16.0", |
28 | 35 | "@testing-library/cypress": "^8.0.1",
|
29 | 36 | "@types/jest": "^27.0.2",
|
30 | 37 | "@typescript-eslint/eslint-plugin": "^4.0.0",
|
31 | 38 | "@typescript-eslint/parser": "^4.0.0",
|
32 | 39 | "babel-eslint": "^10.0.0",
|
33 | 40 | "cypress": "^8.7.0",
|
| 41 | + "cross-env": "^7.0.3", |
34 | 42 | "eslint": "^7.5.0",
|
35 | 43 | "eslint-config-react-app": "^6.0.0",
|
36 | 44 | "eslint-plugin-cypress": "^2.12.1",
|
|
0 commit comments