index.community/frontend/package.json

24 lines
543 B
JSON
Raw Normal View History

2018-08-27 11:41:01 +00:00
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.4.2",
"react-dom": "^16.4.2",
2018-08-27 12:07:32 +00:00
"react-scripts-ts": "2.17.0"
2018-08-27 11:41:01 +00:00
},
"scripts": {
2018-08-27 12:07:32 +00:00
"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": "^23.3.1",
"@types/node": "^10.9.2",
"@types/react": "^16.4.12",
"@types/react-dom": "^16.0.7",
"typescript": "^3.0.1"
2018-08-27 11:41:01 +00:00
}
2018-08-27 12:07:32 +00:00
}