diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2018-09-03 20:46:57 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2018-09-03 20:46:57 +1200 |
commit | b75f41963e9efb3fd0d0f7c1ee9c9d0003899349 (patch) | |
tree | b52abf777f2478ed452d4a3f0521aa71c2c9da27 /modern/package.json | |
parent | 1754679a03da46814c9d65211ead1840372521ac (diff) | |
download | trackermap-web-b75f41963e9efb3fd0d0f7c1ee9c9d0003899349.tar.gz trackermap-web-b75f41963e9efb3fd0d0f7c1ee9c9d0003899349.tar.bz2 trackermap-web-b75f41963e9efb3fd0d0f7c1ee9c9d0003899349.zip |
Create initial React project
Diffstat (limited to 'modern/package.json')
-rw-r--r-- | modern/package.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/modern/package.json b/modern/package.json new file mode 100644 index 00000000..97ca66f2 --- /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 |