UIKit/package.json

35 lines
970 B
JSON
Raw Normal View History

2023-05-23 10:21:48 +00:00
{
2023-06-06 10:02:17 +00:00
"name": "@frontend/kitui",
2023-06-24 14:46:11 +00:00
"version": "1.0.8",
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": {
"react": "^18.2.0",
2023-06-11 09:55:06 +00:00
"react-dom": "^18.2.0",
"zustand": "^4.3.8",
"axios": "^1.4.0"
2023-06-06 10:02:17 +00:00
},
"devDependencies": {
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
"react": "^18.2.0",
"react-dom": "^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": {
"reconnecting-eventsource": "^1.6.2"
}
2023-05-23 10:21:48 +00:00
}