diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-14 12:01:48 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-14 12:01:48 -0400 |
| commit | 063ee77a7363478c9897c7239724389ef5887df4 (patch) | |
| tree | d994b7e1cea2f725e6615608028b4bdc4b733ac8 /frontend/package.json | |
| parent | 4b46d1369b5ea43acd89e2e274c04a6f6e214e2c (diff) | |
routing
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/frontend/package.json b/frontend/package.json index 3e64429..8382b0f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { - "name": "nowgql", + "name": "sick-fits-frontend", "version": "1.0.0", - "description": "", + "description": "Sick Fits! An example React, GraphQL, Next and Apollo", "main": "index.js", "scripts": { "dev": "next -p 7777", @@ -22,12 +22,12 @@ "graphql-mock": "1.0.0", "graphql-tag": "^2.9.2", "lodash.debounce": "^4.0.8", - "next": "^6.0.1", + "next": "^6.0.2", "next-with-apollo": "^1.0.6", "nprogress": "^0.2.0", "prop-types": "^15.6.1", "react": "^16.3.2", - "react-adopt": "^0.5.1", + "react-adopt": "^0.6.0", "react-apollo": "^2.1.4", "react-dom": "^16.3.2", "react-stripe-checkout": "^2.6.3", @@ -77,7 +77,7 @@ "styled-components", { "ssr": true, - "displayName": false + "displayName": true } ] ] |
