You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
505 B
22 lines
505 B
6 years ago
|
{
|
||
|
"name": "bookstore-apollo",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"apollo-boost": "^0.1.19",
|
||
|
"apollo-link-state": "^0.3.0",
|
||
|
"graphql": "^0.12.3",
|
||
|
"graphql-tag": "^2.6.1",
|
||
|
"react": "^16.2.0",
|
||
|
"react-apollo": "^2.0.4",
|
||
|
"react-dom": "^16.2.0",
|
||
|
"react-scripts": "^2.1.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"start": "react-scripts start",
|
||
|
"build": "react-scripts build",
|
||
|
"test": "react-scripts test --env=jsdom",
|
||
|
"eject": "react-scripts eject"
|
||
|
}
|
||
|
}
|