aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMartin Ashby <martin@martin-laptop.lan>2018-05-15 22:12:09 +0100
committerMartin Ashby <martin@martin-laptop.lan>2018-05-15 22:12:09 +0100
commit57e5ea1f424ea2567e10c3945d9273a92a547332 (patch)
tree8184c2c8bab04c1a15b28fcfa2c7b255223a98d5 /package.json
downloadunicornpaint-57e5ea1f424ea2567e10c3945d9273a92a547332.tar.gz
unicornpaint-57e5ea1f424ea2567e10c3945d9273a92a547332.tar.bz2
unicornpaint-57e5ea1f424ea2567e10c3945d9273a92a547332.tar.xz
unicornpaint-57e5ea1f424ea2567e10c3945d9273a92a547332.zip
Basic should be working
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..ecde0e2
--- /dev/null
+++ b/package.json
@@ -0,0 +1,18 @@
+{
+ "name": "unicornpaint",
+ "version": "0.1.0",
+ "private": true,
+ "dependencies": {
+ "@fortawesome/fontawesome": "^1.1.8",
+ "@fortawesome/react-fontawesome": "0.0.20",
+ "react": "^16.3.2",
+ "react-dom": "^16.3.2",
+ "react-scripts": "1.1.4"
+ },
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test --env=jsdom",
+ "eject": "react-scripts eject"
+ }
+}