mirror of https://github.com/alibaba/ice.git
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"description": "A universal framework based on React",
|
|
"scripts": {
|
|
"setup": "rm -rf node_modules && pnpm install && pnpm run build",
|
|
"watch": "esmo ./scripts/watch.ts",
|
|
"build": "esmo ./scripts/build.ts",
|
|
"clean": "rimraf packages/*/lib",
|
|
"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",
|
|
"test": "jest --forceExit --ci",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"author": "ice-admin@alibaba-inc.com",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@applint/spec": "^1.0.1",
|
|
"@commitlint/cli": "^16.1.0",
|
|
"@types/cross-spawn": "^6.0.2",
|
|
"@types/eslint": "^8.4.1",
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/glob": "^7.2.0",
|
|
"@types/jest": "^27.4.0",
|
|
"@types/node": "^17.0.12",
|
|
"@types/pify": "^5.0.1",
|
|
"@types/semver": "^7.3.9",
|
|
"chalk": "^5.0.0",
|
|
"chokidar": "^3.5.3",
|
|
"dependency-check": "^4.1.0",
|
|
"eslint": "^8.7.0",
|
|
"esno": "^0.14.0",
|
|
"execa": "^6.0.0",
|
|
"fs-extra": "^10.0.0",
|
|
"glob": "^7.2.0",
|
|
"husky": "^7.0.4",
|
|
"ice-npm-utils": "^3.0.1",
|
|
"jest": "^27.4.7",
|
|
"pify": "^5.0.0",
|
|
"prettier": "^2.5.1",
|
|
"prettier-plugin-organize-imports": "^2.3.4",
|
|
"prettier-plugin-packagejson": "^2.2.15",
|
|
"puppeteer": "^13.1.2",
|
|
"react": "^17.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"stylelint": "^14.3.0",
|
|
"ts-jest": "^27.1.3",
|
|
"typescript": "^4.5.5"
|
|
},
|
|
"packageManager": "pnpm"
|
|
}
|