-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.96 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.96 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "@bojagi/pablo",
"version": "<auto-generated>",
"type": "module",
"contributors": [
"Simon Jentsch <simon@bojagi.io>"
],
"license": "MIT",
"sideEffects": false,
"scripts": {
"build": "yarn build:src && yarn build:types && yarn build:cp-files && yarn build:package",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"publish-script": "$PWD/scripts/publish.sh",
"build:src": "yarn vite build",
"build:types": "tsc -p tsconfig.build.json",
"build:package": "node scripts/buildPackageJson.js",
"build:cp-files": "cp README.md dist/README.md",
"test": "vitest",
"test:size": "size-limit",
"lint": "eslint src"
},
"peerDependencies": {
"@emotion/cache": "^11.13.5",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"react": ">=18.3.1",
"react-dom": ">=18.3.1",
"stylis": "4.2.0"
},
"devDependencies": {
"@emotion/jest": "^11.13.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@size-limit/preset-big-lib": "^11.1.6",
"@size-limit/time": "^11.1.6",
"@size-limit/webpack-why": "^11.1.6",
"@storybook/addon-actions": "^8.4.4",
"@storybook/addon-links": "^8.4.4",
"@storybook/react-vite": "^8.4.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/jest": "^26.0.19",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/requestidlecallback": "^0.3.1",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/eslint-plugin-tslint": "^7.0.2",
"@typescript-eslint/parser": "4.10.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"cross-env": "^7.0.3",
"csstype": "^3.1.3",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "^5.0.0",
"jest-extended": "^0.11.5",
"jsdom": "^26.0.0",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-feather": "^2.0.9",
"size-limit": "^11.1.6",
"storybook": "^8.4.4",
"ts-node": "^9.1.1",
"ts-toolbelt": "^9.6.0",
"tslint": "6.1.3",
"tslint-plugin-prettier": "2.3.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.1-alpha.6",
"vite": "^5.4.11",
"vitest": "^3.0.5"
},
"dependencies": {
"@react-hook/media-query": "^1.1.1",
"deepmerge": "^4.2.2",
"isobject": "^4.0.0",
"nanopop": "^2.4.2",
"react-transition-state": "^2.2.0",
"use-resize-observer": "^9.1.0"
},
"resolutions": {
"react": "18.3.1",
"react-dom": "18.3.1",
"@types/react": "18.3.12"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}