mirror of
https://github.com/placeholder-soft/web.git
synced 2026-01-12 22:45:00 +08:00
* check for ip safety * add jest * add gh workflow * middleware->frame calls with dns lookup
98 lines
3.0 KiB
JSON
98 lines
3.0 KiB
JSON
{
|
|
"name": "@base-org/base-web",
|
|
"version": "1.0.0",
|
|
"description": "Base web monorepo",
|
|
"repository": "git@github.com::base-org/base-web.git",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"build": "yarn workspaces foreach run build",
|
|
"lint": "yarn workspaces foreach run lint",
|
|
"test": "yarn workspaces foreach run test",
|
|
"postinstall": "sh -c 'if [ command -v ./node_modules/.bin/husky ]; then ./node_modules/.bin/husky install; fi;'",
|
|
"prepublishOnly": "pinst --disable",
|
|
"postpublish": "pinst --enable"
|
|
},
|
|
"workspaces": [
|
|
"apps/*",
|
|
"examples/*",
|
|
"libs/*",
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/preset-react": "^7.14.5",
|
|
"@graphql-eslint/eslint-plugin": "^3.10.4",
|
|
"@swc/core": "^1.2.173",
|
|
"@swc/jest": "0.2.20",
|
|
"@testing-library/jest-dom": "^6.5.0",
|
|
"@testing-library/react": "14.0.0",
|
|
"@types/jest": "^29.4.0",
|
|
"@types/node": "18.14.2",
|
|
"@types/react": "18.0.28",
|
|
"@types/react-dom": "18.0.11",
|
|
"@typescript-eslint/eslint-plugin": "^7.8.0",
|
|
"@typescript-eslint/parser": "^7.8.0",
|
|
"@typescript-eslint/type-utils": "^7.8.0",
|
|
"@typescript-eslint/types": "^7.8.0",
|
|
"@typescript-eslint/utils": "^7.8.0",
|
|
"babel-jest": "^29.4.1",
|
|
"babel-plugin-relay": "^14.1.0",
|
|
"babel-plugin-tsconfig-paths": "^1.0.3",
|
|
"eslint": "^8.27.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
"eslint-config-next": "13.1.1",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-formatter-codeframe": "^7.32.1",
|
|
"eslint-import-resolver-typescript": "^3.5.2",
|
|
"eslint-plugin-compat": "^4.0.2",
|
|
"eslint-plugin-cypress": "^2.10.3",
|
|
"eslint-plugin-import": "2.27.5",
|
|
"eslint-plugin-jest": "^27.1.4",
|
|
"eslint-plugin-jsx-a11y": "6.7.1",
|
|
"eslint-plugin-react": "7.32.2",
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
"eslint-plugin-react-perf": "^3.3.1",
|
|
"eslint-plugin-relay": "^1.8.3",
|
|
"eslint-plugin-simple-import-sort": "^8.0.0",
|
|
"husky": ">=6",
|
|
"jest": "^29.4.1",
|
|
"jest-environment-jsdom": "^29.4.1",
|
|
"lint-staged": ">=10",
|
|
"pinst": ">=2",
|
|
"prettier": "^2.7.1",
|
|
"react": "^18.2.0",
|
|
"react-test-renderer": "18.2.0",
|
|
"ts-jest": "^29.0.5",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "~4.9.4"
|
|
},
|
|
"resolutions": {
|
|
"@coinbase/cookie-manager": "1.1.1",
|
|
"next-transpile-modules": "^10.0.0"
|
|
},
|
|
"resolutionComments": {
|
|
"next-transpile-modules": "Next compatibility"
|
|
},
|
|
"engines": {
|
|
"node": ">18.20.3"
|
|
},
|
|
"packageManager": "yarn@3.5.0",
|
|
"dependencies": {
|
|
"@datadog/browser-logs": "^5.23.3",
|
|
"@linaria/babel-preset": "^4.4.3",
|
|
"@next/bundle-analyzer": "^14.2.5",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-select": "^1.2.1",
|
|
"@radix-ui/react-tooltip": "^1.1.2",
|
|
"classnames": "^2.3.2",
|
|
"clsx": "^1.2.1",
|
|
"moment": "^2.29.4",
|
|
"next": "12.2.3",
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,tsx}": "eslint --cache --fix",
|
|
"*.{ts,tsx,css,md}": "prettier --write"
|
|
}
|
|
}
|