mirror of
https://github.com/bendtherules/buildit-weather-app.git
synced 2026-08-18 13:42:14 +00:00
30 lines
752 B
JSON
30 lines
752 B
JSON
{
|
|
"name": "buildit-weather-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"classnames": "^2.2.5",
|
|
"moment-timezone": "^0.5.14",
|
|
"open-weather-icons": "^0.0.7",
|
|
"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/classnames": "^2.2.3",
|
|
"@types/jest": "^22.2.2",
|
|
"@types/moment-timezone": "^0.5.4",
|
|
"@types/node": "^9.6.0",
|
|
"@types/react": "^16.0.41",
|
|
"@types/react-dom": "^16.0.4",
|
|
"ts-jest": "^22.4.2",
|
|
"typescript": "^2.7.2"
|
|
}
|
|
}
|