UIKit/package.json
2025-04-30 22:47:08 +03:00

76 lines
2.2 KiB
JSON

{
"name": "@frontend/kitui",
"version": "2.2.0",
"description": "test",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git@gitea.pena:PenaSide/UIKit.git"
},
"author": "skeris <kotilion.95@gmail.com>",
"license": "MIT",
"type": "module",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.js"
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test:cart": "vitest ./lib/utils/cart",
"prepublishOnly": "npm run build"
},
"publishConfig": {
"registry": "http://gitea.pena/api/packages/skeris/npm/"
},
"dependencies": {
"immer": "^10.1.1",
"reconnecting-eventsource": "^1.6.4"
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.7",
"@mui/material": "^6.4.6",
"@types/node": "^22.13.10",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.4",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^8.26.0",
"@typescript-eslint/parser": "^8.26.0",
"@vitejs/plugin-react": "^4.3.4",
"axios": "^1.8.2",
"eslint": "^9.22.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"npm": "^11.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.3.0",
"react-syntax-highlighter": "^15.6.1",
"typescript": "^5.8.2",
"vite": "^6.2.1",
"vite-plugin-dts": "^4.5.3",
"vitest": "^3.0.8",
"zustand": "^5.0.3"
},
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.7",
"@mui/material": "^6.4.6",
"axios": "^1.8.2",
"react": "^19.0.0",
"react-router-dom": "^7.3.0",
"zustand": "^5.0.3"
}
}