summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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"
+ }
+}