-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
120 lines (120 loc) · 4 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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "@bojagi/pablo",
"version": "0.10.0",
"main": "index.js",
"main:next": "es/index.js",
"module": "esm/index.js",
"browser": "pablo.min.js",
"typings": "./index.d.ts",
"type": "module",
"contributors": [
"Simon Jentsch <[email protected]>"
],
"license": "UNLICENSED",
"sideEffects": false,
"scripts": {
"build": "yarn build:cjs && yarn build:esm && yarn build:es && yarn build:umd && yarn build:copy-files && yarn build:types",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"build:umd": "cross-env BABEL_ENV=rollup yarn rollup -c",
"build:cjs": "BABEL_ENV=cjs node $PWD/scripts/build.cjs cjs",
"build:es": "BABEL_ENV=es node $PWD/scripts/build.cjs es",
"build:esm": "BABEL_ENV=esm node $PWD/scripts/build.cjs esm",
"build:types": "tsc -p tsconfig.build.json",
"build:copy-files": "cp package.json build/package.json && cp README.md build/README.md",
"publish-script": "$PWD/scripts/publish.sh",
"test": "jest",
"test:watch": "jest --watch",
"test:size": "size-limit",
"lint": "eslint src"
},
"peerDependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@emotion/cache": "^11.13.5",
"stylis": "4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/node": "^7.26.0",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.12.16",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-typescript": "^7.12.16",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.12.16",
"@bojagi/cli": "0.18.0-next.3",
"@emotion/jest": "^11.13.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@octokit/rest": "^18.1.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.1.1",
"@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": "^5.11.9",
"@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",
"babel-loader": "^8.2.2",
"babel-plugin-add-import-extension": "^1.6.0",
"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": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-extended": "^0.11.5",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-feather": "^2.0.9",
"rollup": "^2.39.0",
"rollup-plugin-terser": "^7.0.2",
"size-limit": "^11.1.6",
"storybook": "^8.4.4",
"ts-jest": "^26.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",
"webpack-dev-server": "^3.11.0",
"yargs": "^16.2.0"
},
"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"
}
}