49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "@refinedev/ui-tests",
|
|
"version": "1.14.1",
|
|
"description": "refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.",
|
|
"private": false,
|
|
"main": "dist/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"start": "tsup --watch --format esm,cjs,iife --legacy-output",
|
|
"build": "tsup --format esm,cjs,iife --minify --legacy-output",
|
|
"test": "jest --passWithNoTests --runInBand",
|
|
"prepare": "npm run build"
|
|
},
|
|
"peerDependencies": {
|
|
"@refinedev/core": "^4.46.1",
|
|
"react": "^17.0.0 || ^18.0.0",
|
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@esbuild-plugins/node-resolve": "^0.1.4",
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^13.1.1",
|
|
"@testing-library/react-hooks": "^8.0.0",
|
|
"@testing-library/user-event": "^14.1.1",
|
|
"@types/jest": "^29.2.4",
|
|
"@types/lodash": "^4.14.171",
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@types/testing-library__jest-dom": "^5.14.3",
|
|
"react-router-dom": "^6.8.1",
|
|
"jest": "^29.3.1",
|
|
"jest-environment-jsdom": "^29.3.1",
|
|
"ts-jest": "^29.0.3",
|
|
"tsup": "^6.7.0",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"dependencies": {
|
|
"@refinedev/ui-types": "^1.22.4",
|
|
"@refinedev/core": "^4.46.1",
|
|
"tslib": "^2.3.1"
|
|
},
|
|
"author": "refine",
|
|
"license": "MIT",
|
|
"gitHead": "829f5a516f98c06f666d6be3e6e6099c75c07719",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|