non_npm_packages: michalosman/cv-application, package.json
This data as json
commit | contents | organization | path | repository |
---|---|---|---|---|
0aed88dbe17b249a9c5408386b6e7c70f35b58f1 | { "browserslist": { "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ], "production": [ ">0.2%", "not dead", "not op_mini all" ] }, "dependencies": { "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.8.0", "react": "^17.0.1", "react-dom": "^17.0.1", "react-icons": "^4.2.0", "react-scripts": "4.0.3", "react-to-print": "^2.12.3", "styled-components": "^5.2.1", "uuid": "^8.3.2", "web-vitals": "^1.1.0" }, "devDependencies": { "gh-pages": "^3.1.0" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "homepage": "http://michalosman.github.io/cv-application", "name": "cv-application", "private": true, "scripts": { "build": "react-scripts build", "deploy": "gh-pages -d build", "eject": "react-scripts eject", "predeploy": "npm run build", "start": "react-scripts start", "test": "react-scripts test" }, "version": "0.1.0" } |
michalosman | package.json | michalosman/cv-application |