nitro-react/package.json

40 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "nitro-react",
2024-03-20 22:39:51 -04:00
"version": "2.2",
2022-03-18 17:41:17 +00:00
"homepage": ".",
"private": true,
2021-09-16 03:36:29 -04:00
"scripts": {
"start": "vite",
"build": "vite build",
2022-03-15 15:11:57 -04:00
"build:prod": "npx browserslist@latest --update-db && yarn build",
"eslint": "eslint ./src"
2021-09-16 03:36:29 -04:00
},
"dependencies": {
2024-06-20 17:06:09 -04:00
"@tanstack/react-virtual": "3.5.1",
2024-07-02 21:57:29 -04:00
"framer-motion": "^11.2.12",
2024-06-20 17:06:09 -04:00
"react": "^18.3.1",
2022-03-27 18:44:18 -04:00
"react-bootstrap": "^2.2.2",
2024-06-20 17:06:09 -04:00
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
2024-03-20 22:39:51 -04:00
"react-slider": "^2.0.6",
2021-09-20 03:02:51 -05:00
"react-youtube": "^7.13.1",
2024-03-20 22:39:51 -04:00
"use-between": "^1.3.5"
},
2021-04-15 02:22:40 -04:00
"devDependencies": {
2024-06-20 17:06:09 -04:00
"@types/node": "^20.14.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
2024-03-20 22:39:51 -04:00
"@types/react-slider": "^1.3.6",
2024-06-20 17:06:09 -04:00
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
2024-03-20 22:39:51 -04:00
"@vitejs/plugin-react": "^4.2.1",
2024-06-20 17:06:09 -04:00
"eslint": "^9.5.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^5.1.0-rc-1434af3d22-20240618",
2024-03-20 22:39:51 -04:00
"sass": "^1.72.0",
"typescript": "^5.4.2",
2024-06-20 17:06:09 -04:00
"vite": "^5.3.1",
"vite-tsconfig-paths": "^4.3.2"
}
}