55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"name": "license_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"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/core": "^7.7.1",
|
|
"@mantine/dates": "^7.7.1",
|
|
"@mantine/form": "^7.7.1",
|
|
"@mantine/hooks": "^7.7.1",
|
|
"@mantine/modals": "^7.7.1",
|
|
"@mantine/notifications": "^7.7.1",
|
|
"@tabler/icons-react": "^3.1.0",
|
|
"clsx": "^2.0.0",
|
|
"dayjs": "^1.11.10",
|
|
"events": "^3.3.0",
|
|
"ramda": "^0.29.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"zustand": "^4.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/events": "^3.0.1",
|
|
"@types/ramda": "^0.29.6",
|
|
"@types/react": "^18.2.66",
|
|
"@types/react-dom": "^18.2.22",
|
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
"@typescript-eslint/parser": "^7.2.0",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
"cssnano": "^6.0.2",
|
|
"lost": "^9.0.2",
|
|
"postcss": "^8.4.35",
|
|
"postcss-advanced-variables": "^3.0.1",
|
|
"postcss-color-mod-function": "^3.0.3",
|
|
"postcss-custom-properties": "^13.3.3",
|
|
"postcss-import": "^15.1.0",
|
|
"postcss-preset-env": "^9.2.0",
|
|
"postcss-preset-mantine": "^1.13.0",
|
|
"postcss-scss": "^4.0.9",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"postcss-utilities": "^0.8.4",
|
|
"precss": "^4.0.0",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.2.0"
|
|
}
|
|
} |