|
|
|
@ -2,26 +2,15 @@
|
|
|
|
|
"name": "tbasket",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"main": "public/electron.js",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.3.0",
|
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.3.0",
|
|
|
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
|
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
|
|
|
"@testing-library/react": "^13.4.0",
|
|
|
|
|
"@testing-library/user-event": "^13.5.0",
|
|
|
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
|
|
|
"eslint": "^8.35.0",
|
|
|
|
|
"eslint-plugin-react": "^7.32.2",
|
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
|
"ionicons": "^6.1.3",
|
|
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
|
"react-native-ionicons": "^4.6.5",
|
|
|
|
|
"react-router-dom": "^6.8.1",
|
|
|
|
|
"vite": "^4.1.4",
|
|
|
|
|
"vitest": "^0.29.2",
|
|
|
|
|
"web-vitals": "^2.1.4"
|
|
|
|
|
"react-router-dom": "^6.8.2",
|
|
|
|
|
"web-vitals": "^3.1.1"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "vite build",
|
|
|
|
@ -30,6 +19,14 @@
|
|
|
|
|
"lint": "eslint src/**/*.{js,jsx}"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"jsdom": "^21.1.0"
|
|
|
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
|
|
|
"@testing-library/react": "^14.0.0",
|
|
|
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
|
|
|
"eslint": "^8.35.0",
|
|
|
|
|
"eslint-plugin-react": "^7.32.2",
|
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
|
"jsdom": "^21.1.0",
|
|
|
|
|
"vite": "^4.1.4",
|
|
|
|
|
"vitest": "^0.29.2"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|