diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..86eeaa6 --- /dev/null +++ b/package.json @@ -0,0 +1,31 @@ +{ + "name": "bai-client", + "version": "0.1.0", + "private": true, + "dependencies": { + "react": "^16.9.0", + "react-dom": "^16.9.0", + "react-scripts": "3.1.1" + }, + "scripts": { + "start": "react-scripts start", + "build": "react-scripts build", + "test": "react-scripts test", + "eject": "react-scripts eject" + }, + "eslintConfig": { + "extends": "react-app" + }, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + } +} |