Files
module-dimmer/package.json
2025-12-09 21:33:36 +03:00

144 lines
4.8 KiB
JSON

{
"name": "phoenix-react",
"version": "1.7.0",
"private": true,
"type": "module",
"dependencies": {
"@changey/react-leaflet-markercluster": "^4.0.0-rc1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@fullcalendar/core": "^6.1.9",
"@fullcalendar/daygrid": "^6.1.9",
"@fullcalendar/interaction": "^6.1.9",
"@fullcalendar/list": "^6.1.9",
"@fullcalendar/react": "^6.1.9",
"@fullcalendar/timegrid": "^6.1.9",
"@iconscout/react-unicons": "^2.0.2",
"@picmo/popup-picker": "^5.8.5",
"@react-leaflet/core": "^2.1.0",
"@tanstack/react-table": "^8.20.5",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@tinymce/tinymce-react": "^4.3.0",
"@turf/turf": "^6.5.0",
"@types/jest": "^29.5.7",
"@types/node": "^20.8.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"bootstrap": "^5.3.3",
"classnames": "^2.3.2",
"dayjs": "^1.11.7",
"dhtmlx-gantt": "^8.0.1",
"echarts-for-react": "^3.0.2",
"feather-icons-react": "^0.6.2",
"fs-extra": "^11.2.0",
"fslightbox-react": "^1.7.6",
"gh-pages": "^6.0.0",
"gsap": "^3.12.2",
"is_js": "^0.9.0",
"leaflet": "^1.9.4",
"leaflet.tilelayer.colorfilter": "^1.2.5",
"lodash.merge": "^4.6.2",
"lottie-react": "^2.4.0",
"mapbox-gl": "^2.15.0",
"picmo": "^5.8.5",
"react": "^18.2.0",
"react-bootstrap": "^2.10.4",
"react-countup": "^6.5.0",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-flatpickr": "^3.10.13",
"react-leaflet": "^4.2.1",
"react-live": "^3.1.2",
"react-range": "^1.10.0",
"react-router-dom": "^6.8.1",
"react-scripts": "5.0.1",
"react-select": "^5.7.3",
"react-simple-star-rating": "^5.1.7",
"react-simple-typewriter": "^5.0.1",
"react-textarea-autosize": "^8.5.2",
"react-typed": "^2.0.12",
"react-visibility-sensor": "^5.1.1",
"swiper": "^11.1.15",
"tinymce": "^7.1.1",
"uuid": "^11.0.4",
"web-vitals": "^3.5.0",
"worker-loader": "^3.0.8"
},
"scripts": {
"start": "craco start",
"build": "craco --max_old_space_size=4096 build",
"test": "craco test",
"eject": "react-scripts eject",
"lint": "eslint --ext .js,jsx,ts,tsx,json ./src",
"lint:fix": "eslint --fix 'src/**/*.{js,jsx,ts,tsx,json}'",
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc.js",
"predeploy": "npm run build && cp ./build/index.html ./build/404.html",
"predeploy:alt": "npm run build && cp ./build/index.html ./build/404.html",
"deploy": "echo https://phoenix-react.prium.me > ./build/CNAME && gh-pages -d build",
"deploy:alt": "echo phoenix-react-alt.prium.me > ./build/CNAME && gh-pages -d build -r git@github.com:prium/phoenix-react-alt.git",
"build:css": "webpack --config webpack.config.cjs --mode=production",
"watch:css": "webpack --config webpack.config.cjs --watch"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@automattic/webpack-rtl-plugin": "^6.0.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@craco/craco": "^7.1.0",
"@craco/types": "^7.1.0",
"@types/fslightbox-react": "^1.7.3",
"@types/leaflet": "^1.9.3",
"@types/lodash.merge": "^4.6.7",
"@types/mapbox-gl": "^2.7.11",
"@types/packery": "^1.4.33",
"@types/react-flatpickr": "^3.8.8",
"@types/react-grid-layout": "^1.3.2",
"@types/react-responsive-masonry": "^2.1.0",
"@types/react-slick": "^0.23.10",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"archiver": "^6.0.1",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.8.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"glob": "^10.3.4",
"mini-css-extract-plugin": "^2.7.6",
"prettier": "^3.0.3",
"sass": "^1.64.2",
"sass-loader": "^13.2.0",
"typescript": "^5.2.2",
"webp-converter": "^2.3.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-fix-style-only-entries": "^0.6.1"
},
"overrides": {
"react-scripts": {
"typescript": "^5"
}
}
}