mirror of
https://github.com/gosticks/svgr.git
synced 2026-04-15 17:24:31 +00:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*",
|
|
"examples/*"
|
|
],
|
|
"scripts": {
|
|
"build": "build/build.sh",
|
|
"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/core": "^7.16.0",
|
|
"@babel/preset-env": "^7.16.0",
|
|
"@babel/preset-typescript": "^7.16.0",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@types/jest": "^27.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.3.1",
|
|
"@typescript-eslint/parser": "^5.3.1",
|
|
"babel-jest": "^27.3.1",
|
|
"codecov": "^3.8.3",
|
|
"conventional-github-releaser": "^3.1.5",
|
|
"esbuild": "^0.13.13",
|
|
"eslint": "^8.2.0",
|
|
"eslint-plugin-react": "^7.27.0",
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
"jest": "^27.3.1",
|
|
"lerna": "^4.0.0",
|
|
"react": "^17.0.2",
|
|
"rollup": "^2.60.0",
|
|
"rollup-plugin-dts": "^4.0.1",
|
|
"rollup-plugin-esbuild": "^4.6.0",
|
|
"typescript": "^4.4.4"
|
|
}
|
|
}
|