1cded9ded0
Co-authored-by: Cursor <cursoragent@cursor.com>
125 lines
3.9 KiB
JSON
125 lines
3.9 KiB
JSON
{
|
|
"homepage": "falconreact.prium.me/",
|
|
"name": "falcon-react",
|
|
"version": "5.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
"@fortawesome/free-brands-svg-icons": "^6.7.2",
|
|
"@fortawesome/free-regular-svg-icons": "^6.7.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
"@fullcalendar/bootstrap": "^6.1.19",
|
|
"@fullcalendar/daygrid": "^6.1.19",
|
|
"@fullcalendar/interaction": "^6.1.19",
|
|
"@fullcalendar/list": "^6.1.19",
|
|
"@fullcalendar/react": "^6.1.19",
|
|
"@fullcalendar/timegrid": "^6.1.19",
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@react-leaflet/core": "^3.0.0",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@tinymce/tinymce-react": "^6.3.0",
|
|
"@vis.gl/react-google-maps": "^1.7.1",
|
|
"bootstrap": "^5.3.8",
|
|
"chart.js": "^4.5.1",
|
|
"classnames": "^2.5.1",
|
|
"d3": "^7.9.0",
|
|
"dayjs": "^1.11.19",
|
|
"echarts": "^6.0.0",
|
|
"echarts-for-react": "^3.0.5",
|
|
"emoji-picker-react": "^4.15.1",
|
|
"fs-extra": "^11.3.2",
|
|
"fuse.js": "^7.1.0",
|
|
"imask": "^7.6.1",
|
|
"is_js": "^0.9.0",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet.tilelayer.colorfilter": "^2.0.0",
|
|
"lottie-react": "^2.4.1",
|
|
"plyr": "^3.8.3",
|
|
"prism-react-renderer": "^2.4.1",
|
|
"rc-slider": "^11.1.9",
|
|
"rc-tooltip": "^6.4.0",
|
|
"react-bootstrap": "^2.10.10",
|
|
"react-chartjs-2": "^5.3.1",
|
|
"react-countup": "^6.5.3",
|
|
"react-datepicker": "^8.9.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-dropzone": "^14.3.8",
|
|
"react-error-overlay": "^6.1.0",
|
|
"react-hook-form": "^7.66.0",
|
|
"react-icons": "^5.5.0",
|
|
"react-imask": "^7.6.1",
|
|
"react-leaflet": "^5.0.0",
|
|
"react-leaflet-markercluster": "^5.0.0-rc.0",
|
|
"react-live": "^4.1.8",
|
|
"react-player": "^3.4.0",
|
|
"react-range": "^1.10.0",
|
|
"react-router": "^7.9.6",
|
|
"react-router-hash-link": "^2.4.3",
|
|
"react-select": "^5.10.2",
|
|
"react-simple-star-rating": "^5.1.7",
|
|
"react-simple-typewriter": "^5.0.1",
|
|
"react-slick": "^0.31.0",
|
|
"react-textarea-autosize": "^8.5.9",
|
|
"react-toastify": "^11.0.5",
|
|
"react-use-scrollspy": "^3.1.1",
|
|
"rtlcss": "^4.3.0",
|
|
"simplebar-react": "^3.3.2",
|
|
"slick-carousel": "^1.8.1",
|
|
"tinymce": "^8.2.2",
|
|
"uuid": "^13.0.0",
|
|
"video.js": "^8.23.4",
|
|
"web-vitals": "^5.1.0",
|
|
"yet-another-react-lightbox": "^3.25.0",
|
|
"yup": "^1.7.1"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"start": "react-scripts start",
|
|
"preview": "vite preview",
|
|
"predeploy": "npm run build && cp ./dist/index.html ./dist/404.html",
|
|
"predeploy:beta": "npm run build && cp ./dist/index.html ./dist/404.html",
|
|
"deploy": "echo https://falconreact.prium.me > ./dist/CNAME && gh-pages -d dist",
|
|
"deploy:beta": "echo frlive.prium.me > ./dist/CNAME && gh-pages -d dist -r git@github.com:prium/falcon-react-alpha2.git"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/plugin-transform-react-jsx": "^7.27.1",
|
|
"@vitejs/plugin-react": "^5.1.1",
|
|
"archiver": "^7.0.1",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"css-loader": "^7.1.2",
|
|
"eslint": "^9.39.1",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"gh-pages": "^6.3.0",
|
|
"mini-css-extract-plugin": "^2.9.4",
|
|
"prettier": "^3.6.2",
|
|
"sass": "1.70.0",
|
|
"sass-loader": "^16.0.5",
|
|
"vite": "^7.2.2",
|
|
"vite-jsconfig-paths": "^2.0.1"
|
|
}
|
|
}
|