diff options
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 |