You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
833 B
33 lines
833 B
{
|
|
"name": "tbasket",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.3.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.3.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"ionicons": "^6.1.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.8.2",
|
|
"web-vitals": "^3.1.1"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"test": "vitest",
|
|
"dev": "vite",
|
|
"lint": "eslint src/**/*.{js,jsx}"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
}
|
|
}
|