paddockpass/react/fun/package.json
Christopher Talib a6549f5983 adding fun app
2019-11-11 09:07:28 +01:00

33 lines
638 B
JSON

{
"name": "fun",
"version": "0.1.0",
"private": true,
"dependencies": {
"prettier": "^1.18.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-scripts": "3.2.0"
},
"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"
]
}
}