145 lines
4.5 KiB
JSON
Executable File
145 lines
4.5 KiB
JSON
Executable File
{
|
|
"name": "argon-dashboard-chakra-pro",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"homepage": "/",
|
|
"dependencies": {
|
|
"@ant-design/icons": "^6.0.0",
|
|
"@asseinfo/react-kanban": "^2.2.0",
|
|
"@chakra-ui/icons": "^2.1.1",
|
|
"@chakra-ui/react": "^2.8.2",
|
|
"@chakra-ui/theme-tools": "^1.3.6",
|
|
"@emotion/cache": "^11.4.0",
|
|
"@emotion/react": "^11.4.0",
|
|
"@emotion/styled": "^11.3.0",
|
|
"@fontsource/open-sans": "^4.5.0",
|
|
"@fontsource/raleway": "^4.5.0",
|
|
"@fontsource/roboto": "^4.5.0",
|
|
"@fullcalendar/daygrid": "^5.9.0",
|
|
"@fullcalendar/interaction": "^5.9.0",
|
|
"@fullcalendar/react": "^5.9.0",
|
|
"@react-three/drei": "^9.11.3",
|
|
"@react-three/fiber": "^8.0.27",
|
|
"@splidejs/react-splide": "^0.7.12",
|
|
"@tippyjs/react": "^4.2.6",
|
|
"@visx/visx": "^3.12.0",
|
|
"antd": "^5.27.4",
|
|
"apexcharts": "^3.27.3",
|
|
"axios": "^1.10.0",
|
|
"classnames": "^2.5.1",
|
|
"d3": "^7.9.0",
|
|
"date-fns": "^2.23.0",
|
|
"draft-js": "^0.11.7",
|
|
"echarts": "^5.6.0",
|
|
"echarts-for-react": "^3.0.2",
|
|
"echarts-wordcloud": "^2.1.0",
|
|
"framer-motion": "^4.1.17",
|
|
"fullcalendar": "^5.9.0",
|
|
"globalize": "^1.7.0",
|
|
"history": "^5.3.0",
|
|
"leaflet": "^1.9.4",
|
|
"lucide-react": "^0.540.0",
|
|
"match-sorter": "6.3.0",
|
|
"moment": "^2.29.1",
|
|
"nouislider": "15.0.0",
|
|
"react": "18.3.1",
|
|
"react-apexcharts": "^1.3.9",
|
|
"react-big-calendar": "^0.33.2",
|
|
"react-bootstrap-sweetalert": "5.2.0",
|
|
"react-circular-slider-svg": "^0.1.5",
|
|
"react-custom-scrollbars-2": "^4.4.0",
|
|
"react-datetime": "^3.0.4",
|
|
"react-dom": "^18.3.1",
|
|
"react-dropzone": "^11.4.2",
|
|
"react-github-btn": "^1.2.1",
|
|
"react-icons": "^4.12.0",
|
|
"react-input-pin-code": "^1.1.5",
|
|
"react-just-parallax": "^3.1.16",
|
|
"react-jvectormap": "0.0.16",
|
|
"react-leaflet": "^3.2.5",
|
|
"react-markdown": "^10.1.0",
|
|
"react-quill": "^2.0.0-beta.4",
|
|
"react-responsive": "^10.0.1",
|
|
"react-responsive-masonry": "^2.7.1",
|
|
"react-router-dom": "^6.30.1",
|
|
"react-scripts": "^5.0.1",
|
|
"react-scroll": "^1.8.4",
|
|
"react-scroll-into-view": "^2.1.3",
|
|
"react-swipeable-views": "0.13.9",
|
|
"react-table": "^7.7.0",
|
|
"react-tagsinput": "3.19.0",
|
|
"react-to-print": "^2.13.0",
|
|
"react-tsparticles": "^2.12.2",
|
|
"react-wordcloud": "^1.2.7",
|
|
"recharts": "^3.1.2",
|
|
"sass": "^1.49.9",
|
|
"scroll-lock": "^2.1.5",
|
|
"socket.io-client": "^4.7.4",
|
|
"styled-components": "^5.3.11",
|
|
"stylis": "^4.0.10",
|
|
"stylis-plugin-rtl": "^2.1.1",
|
|
"three": "^0.142.0",
|
|
"tsparticles-slim": "^2.12.0"
|
|
},
|
|
"resolutions": {
|
|
"react-error-overlay": "6.0.9",
|
|
"@types/react": "18.2.0",
|
|
"@types/react-dom": "18.2.0"
|
|
},
|
|
"overrides": {
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"scripts": {
|
|
"start": "NODE_OPTIONS='--openssl-legacy-provider --max_old_space_size=4096' craco start",
|
|
"start:mock": "NODE_OPTIONS='--openssl-legacy-provider --max_old_space_size=4096' env-cmd -f .env.mock craco start",
|
|
"start:dev": "NODE_OPTIONS='--openssl-legacy-provider --max_old_space_size=4096' env-cmd -f .env.development craco start",
|
|
"build": "NODE_OPTIONS='--openssl-legacy-provider --max_old_space_size=4096' craco build && gulp licenses",
|
|
"build:analyze": "NODE_OPTIONS='--openssl-legacy-provider --max_old_space_size=4096' ANALYZE=true craco build",
|
|
"test": "craco test --env=jsdom",
|
|
"eject": "react-scripts eject",
|
|
"deploy": "npm run build",
|
|
"lint:check": "eslint . --ext=js,jsx; exit 0",
|
|
"lint:fix": "eslint . --ext=js,jsx --fix; exit 0",
|
|
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start"
|
|
},
|
|
"devDependencies": {
|
|
"@craco/craco": "^7.1.0",
|
|
"ajv": "^8.17.1",
|
|
"autoprefixer": "^10.4.21",
|
|
"env-cmd": "^11.0.0",
|
|
"eslint-config-prettier": "8.3.0",
|
|
"eslint-plugin-prettier": "3.4.0",
|
|
"gulp": "4.0.2",
|
|
"gulp-append-prepend": "1.0.9",
|
|
"imagemin": "^9.0.1",
|
|
"imagemin-mozjpeg": "^10.0.0",
|
|
"imagemin-pngquant": "^10.0.0",
|
|
"msw": "^2.11.5",
|
|
"postcss": "^8.5.6",
|
|
"prettier": "2.2.1",
|
|
"react-error-overlay": "6.0.9",
|
|
"sharp": "^0.34.4",
|
|
"tailwindcss": "^3.4.17",
|
|
"ts-node": "^10.9.2",
|
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
"yn": "^5.1.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
]
|
|
},
|
|
"msw": {
|
|
"workerDirectory": [
|
|
"public"
|
|
]
|
|
}
|
|
}
|