diff --git a/package.json b/package.json index 8ad1736..33c3b9f 100644 --- a/package.json +++ b/package.json @@ -6,12 +6,16 @@ "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", + "fs-extra": "^11.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", "web-vitals": "^2.1.4" }, + "devDependencies": { + }, "scripts": { + "nc": "node scripts/new-component.mjs", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", diff --git a/public/index.html b/public/index.html index aa069f2..427f402 100644 --- a/public/index.html +++ b/public/index.html @@ -29,15 +29,5 @@
-