Created
January 24, 2019 22:33
-
-
Save seanpmaxwell/1b3d3cfa643e347f6899b44afda79904 to your computer and use it in GitHub Desktop.
TypeScriptFullStackShell/src/public/react/demo-react/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "demo-react", | |
"version": "0.1.0", | |
"private": true, | |
"dependencies": { | |
"@types/jest": "23.3.13", | |
"@types/node": "10.12.18", | |
"@types/react": "16.7.20", | |
"@types/react-dom": "16.0.11", | |
"react": "^16.7.0", | |
"react-dom": "^16.7.0", | |
"react-scripts": "2.1.3", | |
"typescript": "3.2.4" | |
}, | |
"scripts": { | |
"start": "react-scripts start", | |
"build": "react-scripts build", | |
"test": "react-scripts test", | |
"eject": "react-scripts eject" | |
}, | |
"proxy": "http://localhost:3001", | |
"eslintConfig": { | |
"extends": "react-app" | |
}, | |
"browserslist": [ | |
">0.2%", | |
"not dead", | |
"not ie <= 11", | |
"not op_mini all" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment