summaryrefslogtreecommitdiffstats
path: root/frontend/package.json
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-04-13 10:36:44 -0400
committerWes Bos <wesbos@gmail.com>2018-04-13 10:36:44 -0400
commit400a1c3028429d4a0946e29be65b32479eada02a (patch)
tree709cecb26ef501cafcc0d9a6330442f4721dcfde /frontend/package.json
parenta1f5d400550a7062cacb836061f453a6bcbdec4f (diff)
cleaning up deps
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json22
1 files changed, 1 insertions, 21 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 8fee9b3..e6d4eab 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -7,36 +7,26 @@
"dev": "next -p 7777",
"build": "next build",
"start": "next start",
- "micro": "micro",
- "micro-dev": "micro-dev ./functions",
"test": "NODE_ENV=test jest --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"apollo-boost": "^0.1.4",
- "apollo-cache-inmemory": "^1.1.12",
"apollo-client": "^2.2.8",
- "apollo-link": "^1.2.1",
- "apollo-link-http": "^1.5.3",
- "apollo-link-state": "^0.4.1",
"babel-plugin-styled-components": "^1.5.1",
"date-fns": "^2.0.0-alpha.7",
"downshift": "^1.31.3",
- "express": "^4.16.3",
"graphql": "^0.13.2",
"graphql-tag": "^2.8.0",
- "isomorphic-fetch": "^2.2.1",
"lodash.debounce": "^4.0.8",
"next": "^5.1.0",
- "next-apollo": "^1.0.13",
"next-with-apollo": "^1.0.6",
"nprogress": "^0.2.0",
"prop-types": "^15.6.1",
"react": "^16.3.1",
"react-apollo": "^2.1.3",
"react-dom": "^16.3.1",
- "react-spinners": "^0.3.1",
"react-stripe-checkout": "^2.6.3",
"react-transition-group": "^2.3.0",
"styled-components": "^3.2.5"
@@ -59,16 +49,6 @@
]
},
"babel": {
- "plugins": [
- [
- "module-resolver",
- {
- "alias": {
- "react-apollo": "react-apollo/react-apollo.browser.umd.js"
- }
- }
- ]
- ],
"env": {
"development": {
"presets": [
@@ -112,4 +92,4 @@
}
}
}
-} \ No newline at end of file
+}