Skip to content

Commit

Permalink
feat: uikit color palette
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Jun 10, 2023
1 parent 3c46290 commit f3753fe
Show file tree
Hide file tree
Showing 20 changed files with 1,922 additions and 1,650 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: ['@innei/eslint-config-react-ts'],
}
3 changes: 0 additions & 3 deletions .eslintrc.json

This file was deleted.

1 change: 1 addition & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@innei/prettier')
3 changes: 0 additions & 3 deletions app/api/hello/route.ts

This file was deleted.

Binary file removed app/favicon.ico
Binary file not shown.
107 changes: 0 additions & 107 deletions app/globals.css

This file was deleted.

23 changes: 0 additions & 23 deletions app/layout.tsx

This file was deleted.

91 changes: 0 additions & 91 deletions app/page.tsx

This file was deleted.

36 changes: 16 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"last 2 Firefox versions"
],
"dependencies": {
"@floating-ui/react-dom": "1.3.0",
"@floating-ui/react-dom": "2.0.0",
"@mx-space/api-client": "1.4.0",
"@tanstack/react-query": "4.29.12",
"axios": "1.4.0",
"clsx": "1.2.1",
"dayjs": "1.11.8",
"framer-motion": "^10.12.16",
"immer": "^10.0.2",
Expand All @@ -67,55 +67,51 @@
"markdown-escape": "2.0.0",
"markdown-to-jsx": "npm:@innei/markdown-to-jsx@7.1.3-beta.2",
"next": "13.4.4",
"next-themes": "0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intersection-observer": "9.4.4",
"react-masonry-css": "1.0.16",
"react-message-popup": "1.1.3",
"react-toastify": "9.1.3",
"react-use": "17.4.0",
"remove-markdown": "0.5.0",
"socket.io-client": "4.6.2",
"swr": "2.1.5",
"validator": "13.9.0",
"zustand": "^4.3.8"
"validator": "13.9.0"
},
"devDependencies": {
"tailwindcss": "^3.3.2",
"@iconify/tailwind": "0.1.3",
"@innei/eslint-config-react-ts": "0.10.1",
"@innei/prettier": "0.10.1",
"@next/bundle-analyzer": "13.4.4",
"@trivago/prettier-plugin-sort-imports": "4.1.1",
"@types/color": "3.0.3",
"@types/js-cookie": "3.0.3",
"@types/lodash-es": "4.17.7",
"@types/markdown-escape": "1.1.0",
"@types/node": "18.16.16",
"@types/react": "18.2.8",
"@types/react-collapse": "5.0.1",
"@types/node": "20.2.5",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"@types/remove-markdown": "0.3.1",
"@types/validator": "13.7.17",
"autoprefixer": "10.4.14",
"color": "4.2.3",
"cross-env": "7.0.3",
"dotenv": "16.1.4",
"eslint": "8.41.0",
"eslint": "8.42.0",
"husky": "8.0.3",
"js-yaml": "4.1.0",
"lint-staged": "13.2.2",
"postcss": "8.4.24",
"postcss-import": "15.1.0",
"postcss-nested": "6.0.1",
"postcss-preset-env": "8.4.2",
"postcss-prune-var": "1.1.1",
"prettier": "2.8.8",
"rimraf": "3.0.2",
"rimraf": "5.0.1",
"tailwindcss": "^3.3.2",
"tailwindcss-variable-colors": "0.0.1",
"tilg": "0.1.1",
"typescript": "4.9.5",
"typescript": "5.1.3",
"typewind": "^0.1.3",
"zx": "7.2.2"
},
"resolutions": {
"react-use": "17.4.0",
"@types/react": "18.2.8"
},
"nextBundleAnalysis": {
"budget": 358400,
"budgetPercentIncreaseRed": 20,
Expand Down
Loading

0 comments on commit f3753fe

Please sign in to comment.