UIKit/package.json

73 lines
2.3 KiB
JSON
Raw Normal View History

2023-05-23 10:21:48 +00:00
{
2023-06-06 10:02:17 +00:00
"name": "@frontend/kitui",
"version": "1.0.110",
2023-06-06 10:02:17 +00:00
"description": "test",
2023-08-14 12:25:19 +00:00
"main": "./dist/index.js",
2023-08-14 12:03:23 +00:00
"module": "./dist/index.js",
2023-08-14 12:25:19 +00:00
"types": "./dist/index.d.ts",
2025-02-18 20:43:51 +00:00
"repository": "git@gitea.pena:PenaSide/UIKit.git",
2023-06-06 10:02:17 +00:00
"author": "skeris <kotilion.95@gmail.com>",
"license": "MIT",
2023-08-14 12:03:23 +00:00
"type": "module",
"files": [
"dist"
],
"exports": {
".": {
2023-09-01 12:27:35 +00:00
"import": "./dist/index.js"
2023-08-14 12:03:23 +00:00
}
},
2023-06-06 10:02:17 +00:00
"scripts": {
2023-08-14 12:03:23 +00:00
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
2023-08-14 12:25:19 +00:00
"preview": "vite preview",
"test:cart": "vitest ./lib/utils/cart",
2023-08-14 12:25:19 +00:00
"prepublishOnly": "npm run build"
2023-06-06 10:02:17 +00:00
},
"publishConfig": {
2025-02-18 20:43:51 +00:00
"registry": "http://gitea.pena/api/packages/skeris/npm/"
2023-06-06 10:02:17 +00:00
},
2023-08-14 12:03:23 +00:00
"dependencies": {
"immer": "^10.0.2",
"reconnecting-eventsource": "^1.6.2"
},
"devDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
2023-08-14 14:09:38 +00:00
"@mui/icons-material": "^5.14.3",
2023-08-14 12:03:23 +00:00
"@mui/material": "^5.14.4",
"@types/node": "^20.5.0",
"@types/react": "^18.2.15",
2023-08-14 12:03:23 +00:00
"@types/react-dom": "^18.2.7",
2023-08-21 11:10:34 +00:00
"@types/react-syntax-highlighter": "^15.5.7",
2023-08-14 12:03:23 +00:00
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
2023-07-10 17:41:55 +00:00
"axios": "^1.4.0",
"eslint": "^8.45.0",
2023-08-14 12:03:23 +00:00
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"react": "^18.2.0",
2023-08-14 14:09:38 +00:00
"react-dom": "^18.2.0",
2023-08-23 10:56:45 +00:00
"react-router-dom": "^6.15.0",
2023-08-21 11:10:34 +00:00
"react-syntax-highlighter": "^15.5.0",
2023-08-14 12:03:23 +00:00
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.5.2",
"vitest": "^1.4.0",
2023-07-10 17:41:55 +00:00
"zustand": "^4.3.8"
2023-06-06 10:02:17 +00:00
},
2023-08-14 12:03:23 +00:00
"peerDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
2023-08-14 14:09:38 +00:00
"@mui/icons-material": "^5.14.3",
2023-08-14 12:03:23 +00:00
"@mui/material": "^5.14.4",
2023-07-10 17:41:55 +00:00
"axios": "^1.4.0",
"react": "^18.2.0",
"react-router-dom": "^6.15.0",
2023-06-11 09:55:06 +00:00
"zustand": "^4.3.8"
2025-05-10 19:56:43 +00:00
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
2025-05-14 12:13:38 +00:00
}