diff options
| author | Wes Bos <wesbos@gmail.com> | 2017-08-08 22:09:05 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2017-08-08 22:09:05 -0400 |
| commit | 222ab374d53a206332b1ab51c7c43f6d5dc7a31e (patch) | |
| tree | 2b446d96bfc6c7efab07f3d0fbb84d96ecb1253b /package.json | |
yep
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..723f138 --- /dev/null +++ b/package.json @@ -0,0 +1,28 @@ +{ + "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" + }, + "author": "", + "license": "ISC", + "dependencies": { + "isomorphic-fetch": "^2.2.1", + "micro": "^8.0.1", + "micro-dev": "^1.1.1", + "next": "^3.0.1-beta.20", + "prop-types": "^15.5.10", + "react": "^15.6.1", + "react-apollo": "^1.4.10", + "react-dom": "^15.6.1", + "react-stripe-checkout": "^2.6.3", + "stripe": "^4.23.2", + "styled-components": "^2.1.2" + } +} |
