We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a1fc4 commit b0a07b5Copy full SHA for b0a07b5
package.json
@@ -49,10 +49,12 @@
49
"@types/node": "^18.11.18",
50
"@types/react": "^18.0.27",
51
"@types/react-dom": "^18.0.10",
52
+ "@types/shelljs": "^0.8.11",
53
"@typescript-eslint/eslint-plugin": "^5.48.2",
54
"@typescript-eslint/parser": "^5.48.2",
55
"colors": "^1.4.0",
56
"cross-env": "^7.0.3",
57
+ "enquirer": "^2.3.6",
58
"eslint": "^8.32.0",
59
"eslint-config-prettier": "^8.6.0",
60
"eslint-config-standard": "^17.0.0",
@@ -81,6 +83,7 @@
81
83
"rollup-plugin-sourcemaps": "^0.6.3",
82
84
"rollup-plugin-terser": "^7.0.2",
85
"rollup-plugin-typescript2": "^0.34.1",
86
+ "shelljs": "^0.8.5",
87
"ts-jest": "^29.0.5",
88
"ts-node": "^10.9.1",
89
"typedoc": "^0.23.24",
0 commit comments