Skip to content

Commit b0a07b5

Browse files
committed
chore: update init script
1 parent b7a1fc4 commit b0a07b5

File tree

4 files changed

+203
-284
lines changed

4 files changed

+203
-284
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,12 @@
4949
"@types/node": "^18.11.18",
5050
"@types/react": "^18.0.27",
5151
"@types/react-dom": "^18.0.10",
52+
"@types/shelljs": "^0.8.11",
5253
"@typescript-eslint/eslint-plugin": "^5.48.2",
5354
"@typescript-eslint/parser": "^5.48.2",
5455
"colors": "^1.4.0",
5556
"cross-env": "^7.0.3",
57+
"enquirer": "^2.3.6",
5658
"eslint": "^8.32.0",
5759
"eslint-config-prettier": "^8.6.0",
5860
"eslint-config-standard": "^17.0.0",
@@ -81,6 +83,7 @@
8183
"rollup-plugin-sourcemaps": "^0.6.3",
8284
"rollup-plugin-terser": "^7.0.2",
8385
"rollup-plugin-typescript2": "^0.34.1",
86+
"shelljs": "^0.8.5",
8487
"ts-jest": "^29.0.5",
8588
"ts-node": "^10.9.1",
8689
"typedoc": "^0.23.24",

0 commit comments

Comments
 (0)