mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-22 22:30:52 +01:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "nitro-react",
|
|
"version": "2.1.1",
|
|
"homepage": ".",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "vite build",
|
|
"build:prod": "npx browserslist@latest --update-db && yarn build",
|
|
"eslint": "eslint src --ext .ts,.tsx"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-virtual": "^3.0.0-alpha.0",
|
|
"react": "^18.2.0",
|
|
"react-bootstrap": "^2.2.2",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^4.7.1",
|
|
"react-slider": "^2.0.0",
|
|
"react-youtube": "^7.13.1",
|
|
"typescript": "^4.3.5",
|
|
"use-between": "^1.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.6.1",
|
|
"@types/react": "^18.0.15",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/react-slider": "^1.3.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.30.7",
|
|
"@typescript-eslint/parser": "^5.30.7",
|
|
"@vitejs/plugin-react": "^3.0.0",
|
|
"eslint": "^8.20.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-jsx-a11y": "^6.6.0",
|
|
"eslint-plugin-react": "^7.30.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"sass": "^1.56.2",
|
|
"vite": "^4.4.5"
|
|
}
|
|
}
|