nitro-react/package.json

41 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "nitro-react",
2022-08-18 12:30:51 -04:00
"version": "2.1.1",
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",
2022-04-01 13:33:08 -04:00
"eslint": "eslint src --ext .ts,.tsx"
2021-09-16 03:36:29 -04:00
},
"dependencies": {
2023-01-18 15:27:25 -05:00
"@nitrots/nitro-renderer": "^1.6.6",
"@tanstack/react-virtual": "^3.0.0-alpha.0",
2022-07-25 11:45:51 -04:00
"react": "^18.2.0",
2022-03-27 18:44:18 -04:00
"react-bootstrap": "^2.2.2",
2022-07-25 11:45:51 -04:00
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
2022-04-01 17:08:50 -04:00
"react-slider": "^2.0.0",
2021-09-20 03:02:51 -05:00
"react-youtube": "^7.13.1",
2022-03-27 12:05:35 -04:00
"typescript": "^4.3.5",
2022-07-25 11:45:51 -04:00
"use-between": "^1.3.4"
},
2021-04-15 02:22:40 -04:00
"devDependencies": {
2022-07-25 11:45:51 -04:00
"@types/node": "^18.6.1",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
2021-07-16 13:18:02 -04:00
"@types/react-slider": "^1.3.1",
2022-07-25 11:45:51 -04:00
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@vitejs/plugin-react": "^3.0.0",
2022-07-25 11:45:51 -04:00
"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.0.1"
}
}