From 57e5ea1f424ea2567e10c3945d9273a92a547332 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Tue, 15 May 2018 22:12:09 +0100 Subject: Basic should be working --- package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package.json (limited to 'package.json') 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" + } +} -- cgit v1.2.3-ZIG