diff options
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json new file mode 100644 index 0000000..7cd5e70 --- /dev/null +++ b/frontend/package.json @@ -0,0 +1,50 @@ +{ + "name": "nowgql", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "dev": "next", + "build": "next build", + "start": "next start", + "micro": "micro", + "micro-dev": "micro-dev ./functions", + "test": "jest" + }, + "author": "", + "license": "ISC", + "dependencies": { + "apollo-cache-inmemory": "^1.1.5", + "apollo-client": "^2.2.0", + "apollo-link": "^1.0.7", + "apollo-link-http": "^1.3.2", + "apollo-link-state": "^0.3.1", + "auth0-lock": "^11.1.0", + "babel-plugin-styled-components": "^1.5.0", + "downshift": "^1.25.0", + "express": "^4.16.2", + "graphql": "^0.12.3", + "graphql-tag": "^2.6.1", + "isomorphic-fetch": "^2.2.1", + "lodash.get": "^4.4.2", + "lodash.has": "^4.5.2", + "micro": "^9.1.0", + "micro-dev": "^2.2.0", + "next": "^4.2.3", + "next-routes": "^1.2.0", + "nprogress": "^0.2.0", + "prop-types": "^15.6.0", + "react": "^16.2.0", + "react-apollo": "^2.0.4", + "react-dom": "^16.2.0", + "react-motion": "^0.5.2", + "react-stripe-checkout": "^2.6.3", + "react-transition-group": "^2.2.1", + "slugify": "^1.2.9", + "stripe": "^5.4.0", + "styled-components": "^3.0.2" + }, + "devDependencies": { + "jest": "^22.1.4" + } +} |
