Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit adf926e

Browse files
more additions after using chatGPT to compare package json files
1 parent d82a223 commit adf926e

File tree

2 files changed

+479
-886
lines changed

2 files changed

+479
-886
lines changed

package.json

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
],
2424
"scripts": {
2525
"build": "tsup --clean && yarn build:types",
26-
"build:clean": "rimraf dist && yarn build",
2726
"build:storybook": "storybook build",
2827
"build:types": "tsc --project tsconfig.build.json",
2928
"lint": "yarn lint:eslint && yarn lint:constraints && yarn lint:misc --check && yarn lint:dependencies --check && yarn lint:changelog",
@@ -33,8 +32,9 @@
3332
"lint:eslint": "eslint . --cache --ext js,ts",
3433
"lint:fix": "yarn lint:eslint --fix && yarn lint:constraints --fix && yarn lint:misc --write && yarn lint:dependencies && yarn lint:changelog",
3534
"lint:misc": "prettier '**/*.json' '**/*.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern",
35+
"prepack": "./scripts/prepack.sh",
3636
"storybook": "storybook dev -p 6006",
37-
"test": "jest",
37+
"test": "jest && jest-it-up",
3838
"test:watch": "jest --watch"
3939
},
4040
"devDependencies": {
@@ -57,35 +57,35 @@
5757
"@storybook/react": "^7.6.10",
5858
"@storybook/react-webpack5": "^7.6.10",
5959
"@types/jest": "^28.1.6",
60+
"@types/node": "^16",
6061
"@typescript-eslint/eslint-plugin": "^5.43.0",
6162
"@typescript-eslint/parser": "^5.43.0",
6263
"babel-loader": "^8.2.3",
6364
"css-loader": "5.2.7",
64-
"dependency-tree": "^8.1.2",
65+
"depcheck": "^1.4.3",
6566
"eslint": "^8.44.0",
6667
"eslint-config-prettier": "^8.8.0",
6768
"eslint-plugin-import": "~2.26.0",
6869
"eslint-plugin-jest": "^27.2.2",
6970
"eslint-plugin-jsdoc": "^39.9.1",
7071
"eslint-plugin-n": "^15.7.0",
71-
"eslint-plugin-node": "^11.1.0",
7272
"eslint-plugin-prettier": "^4.2.1",
7373
"eslint-plugin-promise": "^6.1.1",
7474
"eslint-plugin-storybook": "^0.6.15",
7575
"jest": "^28.1.3",
76-
"node-fetch": "^2.6.0",
76+
"jest-it-up": "^2.0.2",
7777
"prettier": "^2.7.1",
7878
"prettier-plugin-packagejson": "^2.3.0",
79-
"react": "^18.2.0",
80-
"react-dom": "^18.2.0",
79+
"react": "^17.0.2",
80+
"react-dom": "^17.0.2",
8181
"rimraf": "^3.0.2",
8282
"sass": "^1.54.3",
8383
"sass-loader": "10.1.1",
8484
"storybook": "^7.6.10",
8585
"style-loader": "2.0.0",
8686
"ts-jest": "^28.0.7",
8787
"ts-node": "^10.7.0",
88-
"tsup": "^8.0.1",
88+
"tsup": "^7.2.0",
8989
"typescript": "~4.8.4",
9090
"webpack": "5"
9191
},
@@ -105,12 +105,9 @@
105105
"core-js-pure": false,
106106
"esbuild": false,
107107
"@swc/core": false,
108-
"@storybook/addon-essentials>@storybook/core-common>esbuild": false,
109-
"@storybook/react-webpack5>@storybook/builder-webpack5>@swc/core": false,
108+
"tsup>esbuild": true,
110109
"@storybook/react-webpack5>@storybook/preset-react-webpack>@pmmmwh/react-refresh-webpack-plugin>core-js-pure": false,
111-
"ts-node>@swc/core": false,
112-
"tsup>@swc/core": false,
113-
"tsup>esbuild": false
110+
"tsup>@swc/core": false
114111
}
115112
}
116113
}

0 commit comments

Comments
 (0)