You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
2.6 KiB
83 lines
2.6 KiB
{
|
|
"name": "root",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint --cache --fix --ext .ts,tsx,js,jsx ./packages/**/src > ./.eslint-error.log; exit 0",
|
|
"test": "jest --coverage",
|
|
"e2e": "cypress open",
|
|
"doc": "dumi dev",
|
|
"example": "concurrently \"APP_ROOT=example umi dev\" \"imove -d\"",
|
|
"postinstall": "lerna init && lerna bootstrap && npm link packages/cli"
|
|
},
|
|
"jest": {
|
|
"projects": [
|
|
"config/cli.jest.config.js",
|
|
"config/core.jest.config.js",
|
|
"config/editor.jest.config.js",
|
|
"config/plugin.jest.config.js"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"@babel/plugin-external-helpers": "^7.8.3",
|
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
|
|
"@babel/plugin-transform-runtime": "^7.9.0",
|
|
"@babel/preset-env": "^7.9.5",
|
|
"@babel/preset-react": "^7.9.4",
|
|
"@babel/preset-typescript": "^7.9.0",
|
|
"@rollup/plugin-commonjs": "^11.0.2",
|
|
"@rollup/plugin-json": "^4.0.3",
|
|
"@rollup/plugin-node-resolve": "^7.1.3",
|
|
"@rollup/plugin-strip": "^1.3.2",
|
|
"@rollup/plugin-url": "^4.0.2",
|
|
"@svgr/rollup": "^5.3.1",
|
|
"@types/jest": "^26.0.16",
|
|
"@typescript-eslint/eslint-plugin": "^2.29.0",
|
|
"@typescript-eslint/parser": "^2.29.0",
|
|
"concurrently": "^5.3.0",
|
|
"cypress": "^6.0.0",
|
|
"enzyme": "^3.11.0",
|
|
"enzyme-adapter-react-16": "^1.15.5",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "^6.10.1",
|
|
"eslint-config-standard": "^14.1.1",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-prettier": "^3.1.3",
|
|
"eslint-plugin-react": "^7.19.0",
|
|
"eslint-plugin-react-hooks": "^3.0.0",
|
|
"eslint-plugin-standard": "^5.0.0",
|
|
"jest": "^26.6.3",
|
|
"jest-environment-jsdom-fourteen": "^1.0.1",
|
|
"jest-puppeteer": "^4.4.0",
|
|
"lerna": "^3.22.1",
|
|
"lowdb": "^1.0.0",
|
|
"prettier": "^2.0.4",
|
|
"puppeteer": "^5.5.0",
|
|
"react-app-polyfill": "^2.0.0",
|
|
"rollup": "^2.6.1",
|
|
"rollup-plugin-babel": "^4.4.0",
|
|
"rollup-plugin-size-snapshot": "^0.11.0",
|
|
"snazzy": "^9.0.0",
|
|
"standard": "^16.0.3",
|
|
"ts-jest": "^26.4.4",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.9.2",
|
|
"@babel/runtime-corejs3": "^7.9.2",
|
|
"@imove/core": "^0.3.6",
|
|
"@umijs/preset-react": "1.x",
|
|
"@umijs/test": "^3.2.2",
|
|
"antd": "^4.4.3",
|
|
"core-js": "^3.6.5",
|
|
"dumi": "^1.0.37",
|
|
"lint-staged": "^10.0.7",
|
|
"ora": "^4.0.3",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"umi": "^3.2.2",
|
|
"yorkie": "^2.0.0"
|
|
}
|
|
}
|
|
|