summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json50
1 files changed, 0 insertions, 50 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index 7cd5e70..0000000
--- a/package.json
+++ /dev/null
@@ -1,50 +0,0 @@
-{
- "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"
- }
-}