summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2018-08-04 16:26:26 -0700
committerJesse Morgan <jesse@jesterpm.net>2018-08-04 16:26:26 -0700
commit39cf3a42bebbc3eaeb9317e9079412f6eed5e441 (patch)
tree32f7916c8fafe7db2b9c27d22792a7408c8d9464 /package.json
Group Finder Beta!
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..f6d69e0
--- /dev/null
+++ b/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "foursquare-community-groups",
+ "version": "0.1.0",
+ "private": true,
+ "dependencies": {
+ "immutability-helper": "^2.7.1",
+ "js-search": "^1.4.2",
+ "promise-polyfill": "8.0.0",
+ "react": "^16.4.1",
+ "react-dom": "^16.4.1",
+ "react-scripts": "1.1.4",
+ "whatwg-fetch": "^2.0.4"
+ },
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test --env=jsdom",
+ "eject": "react-scripts eject"
+ }
+}