Files
Lieux-wow/package.json
T
2020-07-10 23:54:27 +03:00

39 lines
811 B
JSON

{
"name": "wow-best-places",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1"
},
"devDependencies": {
"@types/react": "^16.9.38",
"@types/react-dom": "^16.9.8",
"autoprefixer": "^9.8.2",
"node-sass": "^4.14.1",
"tslint": "^6.1.2",
"typescript": "^3.9.5",
"uifx": "^2.0.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
"since 2010"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}