Signed-off-by: Xinyao Wang <xinyao.wang@intel.com> Signed-off-by: chensuyue <suyue.chen@intel.com>
52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"name": "ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/core": "^7.10.0",
|
|
"@mantine/hooks": "^7.10.0",
|
|
"@mantine/notifications": "^7.10.2",
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
"@reduxjs/toolkit": "^2.2.5",
|
|
"@tabler/icons-react": "^3.5.0",
|
|
"axios": "^1.7.2",
|
|
"luxon": "^3.4.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-markdown": "^9.0.1",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"remark-frontmatter": "^5.0.0",
|
|
"remark-gfm": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "^16.0.0",
|
|
"@types/luxon": "^3.4.2",
|
|
"@types/node": "^20.12.12",
|
|
"@types/react": "^18.2.66",
|
|
"@types/react-dom": "^18.2.22",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
"@typescript-eslint/parser": "^7.2.0",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
"jsdom": "^24.1.0",
|
|
"postcss": "^8.4.38",
|
|
"postcss-preset-mantine": "^1.15.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"sass": "1.64.2",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.2.13",
|
|
"vitest": "^1.6.0"
|
|
}
|
|
}
|