2017-10-16 09:10:30 +02:00
|
|
|
{
|
|
|
|
|
"name": "meetup-app",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2017-10-18 14:48:50 +02:00
|
|
|
"babel-preset-stage-1": "^6.24.1",
|
2017-10-16 09:10:30 +02:00
|
|
|
"react": "^15.6.1",
|
|
|
|
|
"react-dom": "^15.6.1"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"react-scripts": "1.0.7"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "react-scripts start",
|
|
|
|
|
"build": "react-scripts build",
|
|
|
|
|
"test": "react-scripts test --env=jsdom",
|
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
|
}
|
2017-10-16 11:19:46 +02:00
|
|
|
}
|