mirror of https://github.com/alibaba/ice.git
71 lines
2.3 KiB
JSON
71 lines
2.3 KiB
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"version": "0.0.1",
|
|
"description": "A universal framework based on React",
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"setup": "rm -rf node_modules packages/*/node_modules && pnpm install && pnpm prebundle && pnpm build",
|
|
"rebuild": "pnpm install && pnpm run build",
|
|
"watch": "pnpm --parallel --filter=./packages/* run watch",
|
|
"build": "pnpm run clean && pnpm -r --filter=./packages/* run build",
|
|
"prebundle": "cd packages/bundles && pnpm build",
|
|
"clean": "rimraf packages/*/esm",
|
|
"dependency:check": "esmo ./scripts/dependencyCheck.ts",
|
|
"version:check": "esmo ./scripts/versionCheck.ts",
|
|
"lint:diff": "esmo ./scripts/lintDiff.ts",
|
|
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx ./",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"publish:alpha": "PUBLISH_TYPE=alpha esmo ./scripts/publishPackageWithDistTag.ts",
|
|
"publish:beta": "PUBLISH_TYPE=beta esmo ./scripts/publishPackageWithDistTag.ts",
|
|
"cov": "vitest run --coverage",
|
|
"test": "vitest"
|
|
},
|
|
"author": "ice-admin@alibaba-inc.com",
|
|
"license": "MIT",
|
|
"repository": "ice-lab/ice-next",
|
|
"bugs": "https://github.com/ice-lab/ice-next/issues",
|
|
"homepage": "https://next.ice.work",
|
|
"devDependencies": {
|
|
"@applint/spec": "^1.0.1",
|
|
"@commitlint/cli": "^16.1.0",
|
|
"@ice/bundles": "workspace:^0.1.0",
|
|
"@testing-library/react": "^13.3.0",
|
|
"@types/eslint": "^8.4.1",
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/glob": "^7.2.0",
|
|
"@types/node": "^17.0.13",
|
|
"@types/semver": "^7.3.9",
|
|
"@vercel/ncc": "^0.33.4",
|
|
"c8": "^7.11.0",
|
|
"chalk": "^4.1.2",
|
|
"chokidar": "^3.5.3",
|
|
"dependency-check": "^4.1.0",
|
|
"dts-bundle": "^0.7.3",
|
|
"eslint": "^8.7.0",
|
|
"esno": "^0.14.0",
|
|
"execa": "^6.0.0",
|
|
"find-up": "^5.0.0",
|
|
"fs-extra": "^10.0.0",
|
|
"get-port": "^6.1.2",
|
|
"glob": "^7.2.0",
|
|
"husky": "^7.0.4",
|
|
"ice-npm-utils": "^3.0.1",
|
|
"jsdom": "^20.0.0",
|
|
"prettier": "^2.5.1",
|
|
"prettier-plugin-organize-imports": "^2.3.4",
|
|
"prettier-plugin-packagejson": "^2.2.15",
|
|
"puppeteer": "^13.1.2",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"stylelint": "^14.3.0",
|
|
"typescript": "^4.7.0",
|
|
"vitest": "^0.15.2"
|
|
},
|
|
"packageManager": "pnpm@7.2.1"
|
|
}
|