{ "name": "react-template", "version": "0.0.0", "private": true, "homepage": "https://handsontable.com/", "repository": { "type": "git", "url": "https://github.com/handsontable/handsontable.git" }, "bugs": { "url": "https://github.com/handsontable/handsontable/issues" }, "author": "Handsoncode ", "scripts": { "start": "cross-env SKIP_PREFLIGHT_CHECK=true BROWSER=none PORT=8080 react-app-rewired start", "build": "cross-env BUILD_PATH=dist SKIP_PREFLIGHT_CHECK=true PUBLIC_URL=. react-app-rewired build", "eject": "react-app-rewired eject", "test": "node spec/support/jasmine.config.js" }, "dependencies": { "@handsontable/react": "latest", "handsontable": "latest", "react": "17.0.2", "react-dom": "17.0.2", "react-scripts": "4.0.2", "react-template": "file:" }, "devDependencies": { "cross-env": "7.0.3", "jasmine": "3.7.0", "jasmine-console-reporter": "3.1.0", "puppeteer": "7.0.4", "react-app-rewired": "2.1.8" }, "license": "SEE LICENSE IN LICENSE.txt", "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }