Skip to content

Commit

Permalink
Add dev script, move dev dep to own property
Browse files Browse the repository at this point in the history
  • Loading branch information
heinerbehrends committed Nov 11, 2022
1 parent 8f18f52 commit 4234992
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
22 changes: 12 additions & 10 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@
"dependencies": {
"ajv": "^6.2.1",
"babel-plugin-styled-components": "^1.9.2",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"enzyme-to-json": "^3.3.4",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.1.2",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"jest-styled-components": "^6.3.1",
"normalize.css": "^8.0.0",
"prop-types": "^15.6.2",
"ramda": "^0.26.1",
Expand All @@ -36,6 +26,18 @@
"socket.io-client": "^2.1.1",
"styled-components": "4.1.2"
},
"devDependencies": {
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"enzyme-to-json": "^3.3.4",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.1.2",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"jest-styled-components": "^6.3.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"flow": "flow",
"test": "jest",
"start": "cd server && babel-node index",
"dev": "cd server && nodemon --exec babel-node index",
"build": "cd client && yarn install && yarn build"
}
}

0 comments on commit 4234992

Please sign in to comment.