diff --git a/package.json b/package.json index 4fc06fc..3253b15 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,25 @@ { + "name": "nspro", + "version": "0.1.0", "private": true, "dependencies": { - "@ant-design/icons": "^4.7.0", - "@testing-library/jest-dom": "^5.16.5", + "@babel/plugin-proposal-private-property-in-object": "7.21.11", + "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", - "@testing-library/user-event": "^14.4.3", - "axios": "^0.27.2", - "antd": "^5.3.7", - "bootstrap": "^5.0.2", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "react-scripts": "5.0.1", + "@testing-library/user-event": "^13.5.0", + "antd": "^4.24.14", + "axios": "^0.27.2", "normalize.css": "^8.0.1", - "web-vitals": "^3.0.4" + + "react": "^16.14.0", + "react-dom": "^16.14.0", + "react-router-dom": "^6.15.0", + "react-scripts": "3.0.1", + "typescript": "^4.1.2", + "web-vitals": "^2.1.4" }, "scripts": { - "start": "react-scripts start", + "start": "react-scripts --openssl-legacy-provider start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"