UIKit/package.json

37 lines
1.0 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.22",
2023-06-06 10:02:17 +00:00
"description": "test",
"main": "index.js",
"types": "index.d.ts",
"repository": "git@penahub.gitlab.yandexcloud.net:frontend/kitui.git",
"author": "skeris <kotilion.95@gmail.com>",
"license": "MIT",
"scripts": {
"clean": "rm -rf dist",
2023-06-06 11:15:47 +00:00
"build": "npm run clean && tsc && cp package.json ./dist"
2023-06-06 10:02:17 +00:00
},
"publishConfig": {
"registry": "https://penahub.gitlab.yandexcloud.net/api/v4/projects/21/packages/npm/"
},
"peerDependencies": {
2023-07-10 17:41:55 +00:00
"axios": "^1.4.0",
2023-06-06 10:02:17 +00:00
"react": "^18.2.0",
2023-06-11 09:55:06 +00:00
"react-dom": "^18.2.0",
2023-07-10 17:41:55 +00:00
"zustand": "^4.3.8"
2023-06-06 10:02:17 +00:00
},
"devDependencies": {
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
2023-07-10 17:41:55 +00:00
"axios": "^1.4.0",
2023-06-06 10:02:17 +00:00
"react-dom": "^18.2.0",
2023-07-10 17:41:55 +00:00
"react": "^18.2.0",
2023-06-11 09:55:06 +00:00
"typescript": "^5.0.4",
"zustand": "^4.3.8"
2023-06-06 10:02:17 +00:00
},
"dependencies": {
2023-07-10 17:41:55 +00:00
"immer": "^10.0.2",
2023-06-06 10:02:17 +00:00
"reconnecting-eventsource": "^1.6.2"
}
2023-05-23 10:21:48 +00:00
}