aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIndrajith K L2019-12-11 15:18:13 +0530
committerIndrajith K L2019-12-11 15:18:13 +0530
commit53e5edb3d93d957f82034be43940d560540525a8 (patch)
tree7de46edc0ddb2ed8eac07810aeba35f03e39bd66 /package.json
downloadreact-redux-saga-starter-53e5edb3d93d957f82034be43940d560540525a8.tar.gz
react-redux-saga-starter-53e5edb3d93d957f82034be43940d560540525a8.tar.bz2
react-redux-saga-starter-53e5edb3d93d957f82034be43940d560540525a8.zip
Initial commit from Create React App
Diffstat (limited to 'package.json')
-rw-r--r--package.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..d8cc941
--- /dev/null
+++ b/package.json
@@ -0,0 +1,34 @@
+{
+ "name": "react-redux-template",
+ "version": "0.1.0",
+ "private": true,
+ "dependencies": {
+ "@testing-library/jest-dom": "^4.2.4",
+ "@testing-library/react": "^9.3.2",
+ "@testing-library/user-event": "^7.1.2",
+ "react": "^16.12.0",
+ "react-dom": "^16.12.0",
+ "react-scripts": "3.3.0"
+ },
+ "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"
+ ]
+ }
+}