Skip to content

Commit

Permalink
Merge pull request #138 from nickhsine/main
Browse files Browse the repository at this point in the history
chore(root): update package.json. Update workspaces list
  • Loading branch information
nickhsine committed Mar 16, 2023
2 parents 3b71792 + d99f288 commit bec1729
Show file tree
Hide file tree
Showing 3 changed files with 5,591 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
@@ -1,7 +1,16 @@
{
"private": true,
"workspaces": [
"packages/*"
"packages/election-widgets",
"packages/feedback",
"packages/full-screen-video",
"packages/image",
"packages/karaoke",
"packages/live-blog",
"packages/qa-list",
"packages/questionnaire",
"packages/share-button",
"packages/three-story-points"
],
"scripts": {
"prepare": "husky install"
Expand Down
26 changes: 26 additions & 0 deletions packages/embed-code-generator/package.json
Expand Up @@ -40,6 +40,32 @@
"serialize-javascript": "^6.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/eslint-parser": "^7.11.4",
"@babel/preset-env": "^7.17.12",
"@babel/preset-react": "^7.17.12",
"@svgr/webpack": "^6.2.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.5",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.1",
"lint-staged": "^12.4.2",
"prettier": "1.19.1",
"webpack": "^5.72.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
},
"files": [
"lib",
"dist"
Expand Down

0 comments on commit bec1729

Please sign in to comment.