index.community/frontend/package.json

16 lines
344 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",
"react-scripts": "1.1.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}