openpanel/packages/create-refine-app/package.json
Stefan Pejcic 09f9f9502d packages
2024-11-07 19:03:37 +01:00

50 lines
1.3 KiB
JSON

{
"name": "create-refine-app",
"version": "1.12.6",
"private": false,
"description": "refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.",
"license": "MIT",
"author": "refine",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"typings": "dist/index.d.ts",
"bin": "./dist/index.js",
"scripts": {
"build": "tsup && tsc --project tsconfig.declarations.json",
"dev": "tsup --watch",
"prepare": "pnpm build",
"test": "jest --passWithNoTests --runInBand",
"types": "tsc --project tsconfig.declarations.json"
},
"dependencies": {
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"commander": "9.4.1",
"cowrizz": "^1.0.4",
"execa": "^5.1.1",
"got": "^11.8.5",
"ora": "^5.4.1",
"prompts": "2.1.0",
"rimraf": "3.0.2",
"superplate-cli": "^1.20.0",
"tar": "^6.2.0",
"tslib": "^2.6.2",
"which-pm-runs": "^1.1.0"
},
"devDependencies": {
"@esbuild-plugins/node-resolve": "^0.1.4",
"@types/jest": "^29.2.4",
"@types/prompts": "2.0.1",
"@types/rimraf": "3.0.0",
"@types/tar": "^6.1.11",
"@types/which-pm-runs": "^1.0.0",
"jest": "^29.3.1",
"ts-jest": "^29.1.2",
"tsup": "^6.7.0",
"typescript": "^5.4.2"
},
"publishConfig": {
"access": "public"
}
}