nitro-react/package.json

40 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "nitro-react",
2024-03-21 03:39:51 +01:00
"version": "2.2",
2022-03-18 18:41:17 +01:00
"homepage": ".",
"private": true,
2021-09-16 09:36:29 +02:00
"scripts": {
"start": "vite",
"build": "vite build",
2022-03-15 20:11:57 +01:00
"build:prod": "npx browserslist@latest --update-db && yarn build",
2022-04-01 19:33:08 +02:00
"eslint": "eslint src --ext .ts,.tsx"
2021-09-16 09:36:29 +02:00
},
"dependencies": {
2024-04-02 01:26:36 +02:00
"@tanstack/react-virtual": "3.2.0",
2022-07-25 17:45:51 +02:00
"react": "^18.2.0",
2022-03-28 00:44:18 +02:00
"react-bootstrap": "^2.2.2",
2022-07-25 17:45:51 +02:00
"react-dom": "^18.2.0",
2024-03-21 03:39:51 +01:00
"react-icons": "^5.0.1",
"react-slider": "^2.0.6",
2021-09-20 10:02:51 +02:00
"react-youtube": "^7.13.1",
2024-03-21 03:39:51 +01:00
"use-between": "^1.3.5"
},
2021-04-15 08:22:40 +02:00
"devDependencies": {
2024-03-21 03:39:51 +01:00
"@types/node": "^20.11.30",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@types/react-slider": "^1.3.6",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
2022-07-25 17:45:51 +02:00
"eslint-plugin-react-hooks": "^4.6.0",
2024-03-21 03:39:51 +01:00
"sass": "^1.72.0",
"typescript": "^5.4.2",
"vite": "^5.1.6"
}
}