Files
buildit-weather-app/package.json
T
2018-03-30 12:20:17 +05:30

25 lines
578 B
JSON

{
"name": "buildit-weather-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"moment": "^2.21.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts-ts": "2.14.0"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^22.2.2",
"@types/node": "^9.6.0",
"@types/react": "^16.0.41",
"@types/react-dom": "^16.0.4",
"typescript": "^2.7.2"
}
}