Files
svgr/package.json
Greg Bergé 21d52adb3d wip
2021-09-19 11:06:24 +02:00

39 lines
1.2 KiB
JSON

{
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "lerna run build",
"ci": "yarn build && yarn lint && yarn test --ci --coverage && codecov",
"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",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^27.1.1",
"babel-loader": "^8.2.2",
"codecov": "^3.8.3",
"conventional-github-releaser": "^3.1.5",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"jest": "^27.1.1",
"lerna": "^4.0.0",
"react": "^17.0.2",
"typescript": "^4.4.3"
}
}