non_npm_packages: 0407chan/woowahan-link, package.json
This data as json
commit | contents | organization | path | repository |
---|---|---|---|---|
a6774c211159ee66e4509365e72b39a153dd1610 | { "browserslist": { "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ], "production": [ ">0.2%", "not dead", "not op_mini all" ] }, "dependencies": { "@ant-design/icons": "^4.7.0", "@craco/craco": "^6.4.5", "@formkit/auto-animate": "^1.0.0-beta.3", "@reduxjs/toolkit": "^1.8.6", "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^12.1.4", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.4.1", "@types/node": "^16.11.26", "@types/react": "^17.0.40", "@types/react-dom": "^17.0.13", "@types/react-query": "^1.2.9", "@types/react-redux": "^7.1.24", "@types/uuid": "^8.3.4", "antd": "^4.23.1", "craco-less": "^2.0.0", "dayjs": "^1.11.5", "fast-deep-equal": "^3.1.3", "firebase": "^9.12.1", "given2": "^2.1.7", "google-spreadsheet": "^3.3.0", "jwt-decode": "^3.1.2", "mustache": "^4.2.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-highlight-words": "^0.18.0", "react-query": "^3.39.2", "react-redux": "^8.0.4", "react-router-dom": "^6.2.2", "react-scripts": "4.0.3", "styled-components": "^5.3.3", "typescript": "^4.6.2", "use-google-sheets": "^2.0.0", "uuid": "^8.3.2", "validator": "^13.7.0", "web-vitals": "^2.1.4" }, "devDependencies": { "@babel/preset-env": "^7.17.12", "@types/google-spreadsheet": "^3.3.0", "@types/google.accounts": "^0.0.2", "@types/jwt-decode": "^3.1.0", "@types/mustache": "^4.2.1", "@types/react-highlight-words": "^0.16.4", "@types/react-router-dom": "^5.3.3", "@types/styled-components": "^5.1.24", "@types/validator": "^13.7.7", "@typescript-eslint/eslint-plugin": "^5.15.0", "@typescript-eslint/parser": "^5.15.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.29.4", "eslint-plugin-react-hooks": "^4.3.0", "gh-pages": "^3.2.3", "jest-plugin-context": "^2.9.0", "react-error-overlay": "^6.0.11", "sass": "^1.55.0", "ts-jest": "^28.0.2" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "homepage": "https://0407chan.github.io/woowahan-link", "name": "woowahan-link", "private": true, "resolutions": { "react-error-overlay": "6.0.9" }, "scripts": { "build": "GENERATE_SOURCEMAP=false craco build", "deploy": "gh-pages -d build", "dev": "GENERATE_SOURCEMAP=false BROWSER=none craco start", "eject": "GENERATE_SOURCEMAP=false craco eject", "predeploy": "yarn build", "test": "GENERATE_SOURCEMAP=false craco test" }, "version": "0.1.0" } |
0407chan | package.json | 0407chan/woowahan-link |