Skip to content

Commit

Permalink
preparing groundwork for tlclient
Browse files Browse the repository at this point in the history
  • Loading branch information
sphinxrave committed Dec 15, 2023
1 parent dd54d02 commit 0b293d0
Show file tree
Hide file tree
Showing 22 changed files with 13,604 additions and 166 deletions.
11 changes: 11 additions & 0 deletions packages/react/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ module.exports = {
"tailwind.config.js",
"postcss.config.js",
"uno.config.ts",
"src/components/tldex/new-editor/support",
"node_modules",
".DS_Store",
"dist",
"dist-ssr",
"*.local",
"components.d.ts",
"gource/*",
"gource",
"public/*.js",
"public/*.js.map"
],

parser: "@typescript-eslint/parser",
Expand Down
3 changes: 2 additions & 1 deletion packages/react/.prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
src/locales/**
src/locales/**
src/components/tldex/new-editor/support/ff*
338 changes: 182 additions & 156 deletions packages/react/package-lock.json

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"react-error-boundary": "^4.0.11",
"react-grid-layout": "^1.4.4",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.49.2",
"react-i18next": "^13.5.0",
"react-player": "^2.13.0",
"react-reverse-portal": "^2.1.1",
Expand All @@ -80,18 +81,18 @@
},
"devDependencies": {
"@iconify/json": "^2.2.147",
"@rollup/plugin-dynamic-import-vars": "^2.1.1",
"@rollup/plugin-dynamic-import-vars": "^2.1.2",
"@rollup/plugin-yaml": "^4.1.2",
"@swc-jotai/debug-label": "^0.1.0",
"@types/node": "^20.10.0",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@types/react-grid-layout": "^1.3.5",
"@types/sorted-array-functions": "^1.3.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@unocss/eslint-config": "^0.57.7",
"@vitejs/plugin-react": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@unocss/eslint-config": "^0.58.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"browserslist": "^4.22.1",
Expand All @@ -100,7 +101,7 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-tailwindcss": "github:HolodexNet/eslint-plugin-tailwindcss",
"husky": "^6.0.0",
"lightningcss": "^1.22.1",
Expand All @@ -117,6 +118,6 @@
"typescript-plugin-css-modules": "^5.0.2",
"unocss": "^0.57.7",
"unocss-preset-autoprefixer": "^0.0.7",
"vite": "^5.0.2"
"vite": "^5.0.9"
}
}
Loading

0 comments on commit 0b293d0

Please sign in to comment.