-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.29 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@drincs/react-components",
"version": "0.2.20",
"description": "Componenst for react",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DRincs-Productions/drincs-react-components.git"
},
"author": "DRincs-Productions",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/DRincs-Productions/drincs-react-components/issues"
},
"homepage": "https://github.com/DRincs-Productions/drincs-react-components#readme",
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"jsdom": "^24.1.0",
"react-dom": "^18.3.1",
"ts-node": "^10.9.2",
"tsup": "^8.1.0",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
},
"peerDependencies": {
"dayjs": ">=1.11.11",
"react": ">=18.3.1",
"react-hook-form": ">=7.52.0",
"react-router-dom": ">=6.24.0"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@mui/joy": "^5.0.0-beta.36",
"@mui/material": "^5.15.20",
"@mui/x-date-pickers": "^7.7.1",
"framer-motion": "^11.2.12"
}
}