mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-19 21:23:38 -04:00
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "tailadmin-react-free",
|
|
"private": true,
|
|
"version": "1.0.5",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite --open",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "yarn prettier --write ./src"
|
|
},
|
|
"overrides": {
|
|
"react-syntax-highlighter": {
|
|
"refractor": "~3.3.1"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@metamask/jazzicon": "^2.0.0",
|
|
"apexcharts": "^3.37.0",
|
|
"js-tiktoken": "^1.0.7",
|
|
"jsvectormap": "^1.5.1",
|
|
"localforage": "^1.10.0",
|
|
"lodash": "^4.17.21",
|
|
"match-sorter": "^6.3.1",
|
|
"moment": "^2.29.4",
|
|
"pluralize": "^8.0.0",
|
|
"react": "^18.2.0",
|
|
"react-apexcharts": "^1.4.0",
|
|
"react-code-blocks": "^0.0.9-0",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-feather": "^2.0.10",
|
|
"react-loading-icons": "^1.1.0",
|
|
"react-router-dom": "^6.8.1",
|
|
"sort-by": "^0.0.2",
|
|
"title-case": "^3.0.3",
|
|
"truncate": "^3.0.0",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"file-loader": "^6.2.0",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.8.4",
|
|
"prettier-plugin-tailwindcss": "^0.2.2",
|
|
"tailwindcss": "^3.2.6",
|
|
"vite": "^4.1.0",
|
|
"webpack": "^5.79.0"
|
|
}
|
|
}
|