Files
ClientServerTemplate/package.json
dependabot[bot] d4c3b28d43 Bump node-sass from 4.13.1 to 7.0.0
Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.1 to 7.0.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.13.1...v7.0.0)

---
updated-dependencies:
- dependency-name: node-sass
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-10 22:06:15 +00:00

69 lines
1.8 KiB
JSON

{
"name": "subset_trello",
"version": "0.1.0",
"private": true,
"homepage": "http://mohiit1502.github.io/subset_trello",
"dependencies": {
"@material-ui/core": "4.9.9",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "^4.0.0-alpha.48",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"bootstrap": "^4.4.1",
"jquery": "^3.5.0",
"node-sass": "^7.0.0",
"npm-run-all": "^4.1.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-loadable": "^5.5.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-analytics": "^0.3.1",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"reselect-immutable-helpers": "^1.2.2",
"sass-loader": "8.0.2"
},
"scripts": {
"install": "cd server && npm install",
"clientstart": "react-scripts start",
"serverstart": "cd server && npm start",
"start": "run-p clientstart serverstart",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"generate": "plop",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"gh-pages": "^2.2.0",
"plop": "^2.6.0",
"typescript": "3.3.3"
}
}