Skip to content

Instantly share code, notes, and snippets.

@proton0210
Created December 29, 2021 17:11
Show Gist options
  • Save proton0210/54a88c8dbe3fdbae389a38ab3f978754 to your computer and use it in GitHub Desktop.
Save proton0210/54a88c8dbe3fdbae389a38ab3f978754 to your computer and use it in GitHub Desktop.
cdk app package.json gile
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/core": "10.0.27",
"@emotion/styled": "10.0.27",
"@testing-library/jest-dom": "4.2.4",
"@testing-library/react": "9.3.2",
"@testing-library/user-event": "7.1.2",
"@types/jest": "24.0.0",
"@types/node": "12.0.0",
"@types/react": "16.9.0",
"@types/react-dom": "16.9.0",
"@types/uuid": "3.4.6",
"react": "16.12.0",
"react-axe": "3.3.0",
"react-dom": "16.12.0",
"react-scripts": "3.4.1",
"typescript": "3.7.2",
"uuid": "3.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment