Initial Version
This commit is contained in:
90
package.json
Normal file
90
package.json
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"name": "RoyalCity",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@react-three/drei": "^9.75.0",
|
||||
"@react-three/fiber": "^8.13.3",
|
||||
"@sendgrid/mail": "^8.1.3",
|
||||
"@testing-library/jest-dom": "^5.16.4",
|
||||
"@testing-library/react": "^13.3.0",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
"@walletconnect/web3-provider": "^1.7.8",
|
||||
"axios": "^1.2.1",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"bootstrap": "^5.1.3",
|
||||
"bootstrap-icons": "^1.8.3",
|
||||
"chart.js": "^4.3.0",
|
||||
"chartjs-plugin-annotation": "^3.0.1",
|
||||
"cloudinary": "^2.1.0",
|
||||
"concurrently": "^8.2.2",
|
||||
"cookie-parser": "^1.4.6",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.4.5",
|
||||
"ethers": "^5.6.9",
|
||||
"express": "^4.19.2",
|
||||
"express-fileupload": "^1.5.0",
|
||||
"framer-motion": "^12.9.4",
|
||||
"jotai": "^2.12.3",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"leva": "^0.10.0",
|
||||
"mongoose": "^8.5.1",
|
||||
"mongoose-url-slugs": "^1.0.2",
|
||||
"paytmchecksum": "^1.5.1",
|
||||
"react": "^18.3.1",
|
||||
"react-chartjs-2": "^5.2.0",
|
||||
"react-copy-to-clipboard": "^5.1.0",
|
||||
"react-countdown-circle-timer": "^3.2.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-icons": "^5.5.0",
|
||||
"react-router-dom": "^6.3.0",
|
||||
"react-share": "^5.2.2",
|
||||
"reactstrap": "^9.1.1",
|
||||
"request": "^2.88.2",
|
||||
"socket.io-client": "^4.5.4",
|
||||
"sqlite3": "^5.1.7",
|
||||
"three": "^0.176.0",
|
||||
"validator": "^13.11.0",
|
||||
"web-vitals": "^2.1.4"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "concurrently \"node server/server.js\" \"vite\"",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"start": "npm run dev"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"react-app",
|
||||
"react-app/jest"
|
||||
]
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-react": "^5.1.0",
|
||||
"assert": "^2.0.0",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"buffer": "^6.0.3",
|
||||
"crypto-browserify": "^3.12.0",
|
||||
"https-browserify": "^1.0.0",
|
||||
"os-browserify": "^0.3.0",
|
||||
"postcss": "^8.5.6",
|
||||
"process": "^0.11.10",
|
||||
"stream-browserify": "^3.0.0",
|
||||
"stream-http": "^3.2.0",
|
||||
"tailwindcss": "^3.4.18",
|
||||
"url": "^0.11.0",
|
||||
"vite": "^7.1.12"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user