mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
19fd0e0809
This reverts commitd911196ccb, reversing changes made to8dccc509c4.
55 lines
1.8 KiB
JSON
55 lines
1.8 KiB
JSON
{
|
|
"name": "nitro-react",
|
|
"version": "2.2",
|
|
"homepage": ".",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "vite --base=/client/ --host",
|
|
"build": "vite --base=/client/ build",
|
|
"build:prod": "npx browserslist@latest --update-db && yarn build",
|
|
"eslint": "eslint ./src"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.26.9",
|
|
"@emoji-mart/data": "^1.2.1",
|
|
"@emoji-mart/react": "^1.1.1",
|
|
"@tanstack/react-virtual": "3.2.0",
|
|
"@types/react-transition-group": "^4.4.10",
|
|
"dompurify": "^3.1.5",
|
|
"emoji-mart": "^5.6.0",
|
|
"emoji-toolkit": "10.0.0",
|
|
"framer-motion": "^11.2.12",
|
|
"react": "^19.2.4",
|
|
"react-bootstrap": "^2.10.10",
|
|
"react-dom": "^19.2.4",
|
|
"react-icons": "^5.5.0",
|
|
"react-slider": "^2.0.6",
|
|
"react-tiny-popover": "^8.1.6",
|
|
"react-youtube": "^10.1.0",
|
|
"use-between": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.11",
|
|
"@tailwindcss/postcss": "^4.2.0",
|
|
"@types/node": "^25.3.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/react-slider": "^1.3.6",
|
|
"@typescript-eslint/eslint-plugin": "^8.56.0",
|
|
"@typescript-eslint/parser": "^8.56.0",
|
|
"@vitejs/plugin-react": "^5.1.4",
|
|
"autoprefixer": "^10.4.24",
|
|
"eslint": "^10.0.0",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"postcss": "^8.5.6",
|
|
"postcss-nested": "^7.0.2",
|
|
"sass": "^1.97.3",
|
|
"tailwindcss": "^4.2.0",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.56.0",
|
|
"vite": "^7.3.1",
|
|
"vite-tsconfig-paths": "^6.1.1"
|
|
}
|
|
}
|