From b75f41963e9efb3fd0d0f7c1ee9c9d0003899349 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 3 Sep 2018 20:46:57 +1200 Subject: Create initial React project --- modern/package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 modern/package.json (limited to 'modern/package.json') diff --git a/modern/package.json b/modern/package.json new file mode 100644 index 0000000..97ca66f --- /dev/null +++ b/modern/package.json @@ -0,0 +1,16 @@ +{ + "name": "traccar", + "version": "0.1.0", + "private": true, + "dependencies": { + "react": "^16.4.2", + "react-dom": "^16.4.2", + "react-scripts": "1.1.5" + }, + "scripts": { + "start": "react-scripts start", + "build": "react-scripts build", + "test": "react-scripts test --env=jsdom", + "eject": "react-scripts eject" + } +} \ No newline at end of file -- cgit v1.2.3