Skip to content

Commit

Permalink
feat: ui update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustisater-kivra committed Jun 24, 2024
1 parent e08eba1 commit aa1ffbb
Show file tree
Hide file tree
Showing 34 changed files with 4,387 additions and 8,604 deletions.
7,895 changes: 0 additions & 7,895 deletions package-lock.json

This file was deleted.

43 changes: 23 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
},
"scripts": {
"test": "vitest",
"start": "./src/cli/cli.ts"
"start": "./src/cli/cli.ts",
"typecheck": "tsc"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand All @@ -22,31 +23,33 @@
},
"dependencies": {
"@emotion/css": "11.11.2",
"@emotion/styled": "11.11.0",
"@mantine/core": "6.0.21",
"@mantine/prism": "6.0.21",
"@radix-ui/react-accordion": "1.1.2",
"@types/express": "4.17.17",
"@vitejs/plugin-react": "4.2.1",
"express": "4.18.2",
"markdown-to-jsx": "7.3.2",
"mobx": "6.9.0",
"mobx-react-lite": "3.4.3",
"react-router-dom": "5.3.4",
"@emotion/styled": "11.11.5",
"@mantine/code-highlight": "7.10.2",
"@mantine/core": "7.10.2",
"@mantine/hooks": "7.10.2",
"@tabler/icons-react": "3.6.0",
"@types/express": "4.17.21",
"@vitejs/plugin-react": "4.3.1",
"express": "4.19.2",
"markdown-to-jsx": "7.4.7",
"mobx": "6.12.4",
"mobx-react-lite": "4.0.7",
"react-router-dom": "6.23.1",
"tsm": "2.3.0",
"vite": "5.2.11"
"vite": "5.3.1"
},
"devDependencies": {
"@types/node": "20.12.12",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/node": "20.14.8",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.4.5",
"vitest": "1.6.0"
},
"volta": {
"node": "20.13.1"
"node": "22.2.0",
"pnpm": "9.1.1"
}
}
Loading

0 comments on commit aa1ffbb

Please sign in to comment.