OpenPanel/packages/create-refine-app/package.json
Stefan Pejcic 8595a9f4e5 back
2024-05-08 19:58:53 +02:00

51 lines
1.4 KiB
JSON

{
"name": "create-refine-app",
"version": "1.12.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"
},
"bin": "./dist/index.js",
"devDependencies": {
"@esbuild-plugins/node-resolve": "^0.1.4",
"@types/jest": "^29.2.4",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"tsup": "^6.7.0",
"typescript": "^4.7.4",
"@types/tar": "^4.0.5",
"@types/prompts": "2.0.1",
"@types/rimraf": "3.0.0",
"@types/which-pm-runs": "^1.0.0"
},
"dependencies": {
"cowrizz": "^1.0.4",
"boxen": "^5.1.2",
"tslib": "^2.3.1",
"commander": "9.4.1",
"execa": "^5.1.1",
"superplate-cli": "^1.18.1",
"got": "^11.8.5",
"chalk": "^4.1.2",
"ora": "^5.4.1",
"tar": "^4.4.19",
"minipass": "^3.3.6",
"rimraf": "3.0.2",
"prompts": "2.1.0",
"which-pm-runs": "^1.1.0"
},
"author": "refine",
"license": "MIT",
"gitHead": "829f5a516f98c06f666d6be3e6e6099c75c07719",
"publishConfig": {
"access": "public"
}
}