Files
Lieux-wow/package.json
T
2020-07-13 11:20:39 +03:00

41 lines
906 B
JSON

{
"name": "wow-best-places",
"description": "This app is supposed to make you feel nostalgic",
"version": "1.3.1",
"author": {
"name": "obergodmar",
"email": "obergodmar@gmail.com",
"url": "https://github.com/obergodmar"
},
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1",
"serve": "^11.3.2"
},
"devDependencies": {
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"node-sass": "^4.14.1",
"tslint": "^6.1.2",
"typescript": "^3.9.5"
},
"scripts": {
"start": "serve ./build",
"dev": "react-scripts start",
"build": "env GENERATE_SOURCEMAP=false react-scripts build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
"since 2010"
],
"development": [
"since 2010"
]
}
}