2024-08-04 12:08:30 +05:30
|
|
|
{
|
2024-09-29 21:00:55 +05:30
|
|
|
"name": "pyuibuilder",
|
2024-08-04 12:08:30 +05:30
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
2024-10-01 12:16:11 +05:30
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
},
|
2024-08-04 12:08:30 +05:30
|
|
|
"dependencies": {
|
2024-08-04 22:47:43 +05:30
|
|
|
"@ant-design/icons": "^5.4.0",
|
|
|
|
|
"@dnd-kit/core": "^6.1.0",
|
2024-09-12 19:20:46 +05:30
|
|
|
"@dnd-kit/modifiers": "^7.0.0",
|
2024-09-11 19:06:04 +05:30
|
|
|
"@dnd-kit/utilities": "^3.2.2",
|
2024-08-04 12:08:30 +05:30
|
|
|
"@reduxjs/toolkit": "^2.2.7",
|
|
|
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
|
|
|
"@testing-library/react": "^13.4.0",
|
|
|
|
|
"@testing-library/user-event": "^13.5.0",
|
2024-09-24 11:50:50 +05:30
|
|
|
"analogue-time-picker": "^1.0.2",
|
2024-08-04 22:47:43 +05:30
|
|
|
"antd": "^5.20.0",
|
2024-08-04 12:08:30 +05:30
|
|
|
"autoprefixer": "^10.4.20",
|
2024-09-23 22:49:44 +05:30
|
|
|
"dom-to-image-more": "^3.4.5",
|
2024-10-01 11:22:45 +05:30
|
|
|
"env-cmd": "^10.1.0",
|
2024-08-05 22:36:05 +05:30
|
|
|
"fabric": "^6.1.0",
|
2024-09-23 22:49:44 +05:30
|
|
|
"file-saver": "^2.0.5",
|
2024-09-26 18:53:21 +05:30
|
|
|
"jszip": "^3.10.1",
|
2024-08-04 12:08:30 +05:30
|
|
|
"postcss-cli": "^11.0.0",
|
2024-08-08 16:21:19 +05:30
|
|
|
"re-resizable": "^6.9.17",
|
2024-08-04 12:08:30 +05:30
|
|
|
"react": "^18.3.1",
|
|
|
|
|
"react-dom": "^18.3.1",
|
|
|
|
|
"react-query": "^3.39.3",
|
|
|
|
|
"react-redux": "^9.1.2",
|
|
|
|
|
"react-router-dom": "^6.26.0",
|
|
|
|
|
"react-scripts": "5.0.1",
|
|
|
|
|
"tailwindcss": "^3.4.7",
|
|
|
|
|
"web-vitals": "^2.1.4"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "react-scripts start",
|
2024-10-01 12:10:38 +05:30
|
|
|
"build": "GENERATE_SOURCEMAP=false react-scripts build",
|
|
|
|
|
"build:local": "GENERATE_SOURCEMAP=false env-cmd -e production react-scripts build",
|
2024-08-04 12:08:30 +05:30
|
|
|
"test": "react-scripts test",
|
2024-09-28 23:24:40 +05:30
|
|
|
"eject": "react-scripts eject",
|
|
|
|
|
"start:tailwind": "cross-env NODE_ENV=development tailwindcss --postcss -i ./landingpages/tailwind/tailwind.css -o ./landingpages/tailwind/tailwind-runtime.css -w",
|
2024-09-29 23:34:26 +05:30
|
|
|
"build:tailwind": "cross-env NODE_ENV=production tailwindcss --postcss -i ./landingpages/tailwind/tailwind.css -o ./landingpages/tailwind/tailwind-build.css --minify",
|
|
|
|
|
"docs:serve": "docsify serve ./docs/"
|
2024-08-04 12:08:30 +05:30
|
|
|
},
|
|
|
|
|
"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": {
|
2024-09-29 23:34:26 +05:30
|
|
|
"ajv": "^7.2.4",
|
2024-10-01 12:20:09 +05:30
|
|
|
"docsify-cli": "^4.4.4",
|
|
|
|
|
"typescript": "^4.9.5"
|
2024-08-04 12:08:30 +05:30
|
|
|
}
|
|
|
|
|
}
|