🔧 Tooling changes

This commit is contained in:
2023-09-11 13:26:17 -04:00
parent 111962acd1
commit f9f3109132
3 changed files with 31 additions and 12768 deletions

View File

@@ -1,34 +1,25 @@
{ {
"tags": { "tags": {
"allowUnknownTags": true, "allowUnknownTags": false
"dictionaries": [ },
"jsdoc", "source": {
"closure" "include": [
] "./src/client"
}, ],
"source": { "includePattern": "\\.(jsx|js|ts|tsx)$"
"include": [ },
"./src/client" "plugins": [
"plugins/markdown"
], ],
"includePattern": "\\.(jsx|js|ts|tsx)$" "opts": {
}, "template": "node_modules/docdash",
"plugins": [ "encoding": "utf8",
"better-docs/component", "destination": "docs/",
"better-docs/category", "recurse": true,
"plugins/markdown", "verbose": true
"node_modules/better-docs/typescript" },
], "templates": {
"templates": { "cleverLinks": false,
"better-docs": { "monospaceLinks": false
"name": "ThreeTwo UI components"
} }
},
"opts": {
"destination": "docs/",
"readme": "README.md",
"recurse": true,
"encoding": "utf8",
"verbose": true,
"template": "node_modules/better-docs"
}
} }

View File

@@ -20,7 +20,7 @@
"@dnd-kit/sortable": "^5.0.0", "@dnd-kit/sortable": "^5.0.0",
"@dnd-kit/utilities": "^3.2.0", "@dnd-kit/utilities": "^3.2.0",
"@fortawesome/fontawesome-free": "^6.3.0", "@fortawesome/fontawesome-free": "^6.3.0",
"@redux-devtools/extension": "^3.2.2", "@redux-devtools/extension": "^3.2.5",
"@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-node-resolve": "^15.0.1",
"@tanstack/react-table": "^8.9.3", "@tanstack/react-table": "^8.9.3",
"@types/mime-types": "^2.1.0", "@types/mime-types": "^2.1.0",
@@ -30,8 +30,7 @@
"axios": "^1.3.4", "axios": "^1.3.4",
"axios-cache-interceptor": "^1.0.1", "axios-cache-interceptor": "^1.0.1",
"axios-rate-limit": "^1.3.0", "axios-rate-limit": "^1.3.0",
"babel-polyfill": "^6.26.0", "babel-plugin-styled-components": "^2.1.4",
"babel-preset-minify": "^0.5.2",
"date-fns": "^2.28.0", "date-fns": "^2.28.0",
"dayjs": "^1.10.6", "dayjs": "^1.10.6",
"ellipsize": "^0.5.1", "ellipsize": "^0.5.1",
@@ -43,7 +42,6 @@
"html-to-text": "^8.1.0", "html-to-text": "^8.1.0",
"jsdoc": "^3.6.10", "jsdoc": "^3.6.10",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"node-sass": "npm:sass",
"pretty-bytes": "^5.6.0", "pretty-bytes": "^5.6.0",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"qs": "^6.10.5", "qs": "^6.10.5",
@@ -75,6 +73,7 @@
"socket.io-client": "^4.3.2", "socket.io-client": "^4.3.2",
"styled-components": "^6.0.7", "styled-components": "^6.0.7",
"threetwo-ui-typings": "^1.0.14", "threetwo-ui-typings": "^1.0.14",
"vite": "^4.4.9",
"vite-plugin-html": "^3.2.0", "vite-plugin-html": "^3.2.0",
"websocket": "^1.0.34" "websocket": "^1.0.34"
}, },
@@ -97,17 +96,14 @@
"@types/react": "^18.0.28", "@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11", "@types/react-dom": "^18.0.11",
"@types/react-redux": "^7.1.25", "@types/react-redux": "^7.1.25",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"babel-plugin-styled-components": "^2.1.4",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"bulma": "^0.9.4", "bulma": "^0.9.4",
"eslint": "^7.22.0", "docdash": "^2.0.2",
"eslint-config-airbnb": "^18.2.1", "eslint": "^8.49.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.1.0", "eslint-config-prettier": "^8.1.0",
"eslint-plugin-css-modules": "^2.11.0", "eslint-plugin-css-modules": "^2.11.0",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^46.6.0",
"eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^3.3.1", "eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0", "eslint-plugin-react": "^7.22.0",
@@ -116,14 +112,15 @@
"install": "^0.13.0", "install": "^0.13.0",
"jest": "^29.6.3", "jest": "^29.6.3",
"nodemon": "^3.0.1", "nodemon": "^3.0.1",
"npm": "^8.11.0",
"prettier": "^2.2.1", "prettier": "^2.2.1",
"react-refresh": "^0.14.0", "react-refresh": "^0.14.0",
"rimraf": "^4.1.3", "rimraf": "^4.1.3",
"sass": "^1.66.1", "sass": "^1.66.1",
"storybook": "^7.3.2", "storybook": "^7.3.2",
"tslint": "^6.1.3", "tslint": "^6.1.3",
"typescript": "^5.1.6", "typescript": "^5.1.6"
"vite": "^4.4.9" },
"resolutions": {
"styled-components": "^5"
} }
} }

12725
yarn.lock

File diff suppressed because it is too large Load Diff