mirror of
https://github.com/gosticks/svgr.git
synced 2026-04-15 17:24:31 +00:00
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "lerna run build",
|
|
"dev": "lerna run build --parallel -- --watch",
|
|
"format": "prettier --write \"**/*.{js,json,md}\"",
|
|
"lint": "eslint .",
|
|
"release": "lerna publish --conventional-commits && conventional-github-releaser --preset angular",
|
|
"test": "jest --runInBand"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.15.4",
|
|
"@babel/core": "^7.15.5",
|
|
"@babel/generator": "^7.15.4",
|
|
"@babel/node": "^7.15.4",
|
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
"@babel/plugin-syntax-typescript": "^7.14.5",
|
|
"@babel/preset-env": "^7.15.6",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"@types/jest": "^27.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
|
"@typescript-eslint/parser": "^4.32.0",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-jest": "^27.1.1",
|
|
"babel-loader": "^8.2.2",
|
|
"check-dts": "^0.4.4",
|
|
"codecov": "^3.8.3",
|
|
"conventional-github-releaser": "^3.1.5",
|
|
"esbuild": "^0.13.3",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-import": "^2.24.2",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-react": "^7.26.1",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"jest": "^27.1.1",
|
|
"lerna": "^4.0.0",
|
|
"react": "^17.0.2",
|
|
"rollup": "^2.58.0",
|
|
"rollup-plugin-dts": "^4.0.0",
|
|
"rollup-plugin-esbuild": "^4.5.0"
|
|
}
|
|
}
|