Skip to content

Instantly share code, notes, and snippets.

@yagamicoder
Created November 26, 2022 02:27
Show Gist options
  • Save yagamicoder/ee681227bf6e05ae5d254cbc2470d3d8 to your computer and use it in GitHub Desktop.
Save yagamicoder/ee681227bf6e05ae5d254cbc2470d3d8 to your computer and use it in GitHub Desktop.
pw-2023 - package.json
{
"name": "pw-react-landpage",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/validator": "^13.7.10",
"antd": "^4.24.1",
"axios": "^1.1.3",
"concurrently": "^7.6.0",
"create-react-class": "^15.7.0",
"nodemon": "^1.12.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react-typed": "^1.2.0",
"request": "^2.88.2",
"restify": "^8.6.1",
"restify-cors-middleware": "^1.0.1",
"typewriter-effect": "^2.19.0",
"validator": "^13.7.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "concurrently \"npm run frontend\" \"npm run backend\"",
"backend": "nodemon src/backend/server.js",
"frontend": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test echo \"Error: no test specified\" && exit 1",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment