-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.41 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
{
"name": "@koralabs/handles-shared-components",
"version": "0.5.7",
"main": "lib/index.js",
"module": "lib/index.esm.js",
"types": "lib/index.d.ts",
"repository": "https://github.com/koralabs/handles-shared-components.git",
"author": "bigirishlion <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-image": "^3.0.2",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@storybook/addon-essentials": "^7.4.1",
"@storybook/addon-interactions": "^7.4.1",
"@storybook/addon-links": "^7.4.1",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^7.4.1",
"@storybook/react": "^7.4.1",
"@storybook/react-webpack5": "^7.4.1",
"@storybook/testing-library": "^0.2.0",
"@types/opentype.js": "^1.3.6",
"@types/react": "^18.2.21",
"@types/react-color": "^3.0.9",
"@types/tinycolor2": "^1.4.5",
"autoprefixer": "^10.4.15",
"jackspeak": "2.1.1",
"opentype.js": "^1.3.4",
"postcss": "^8.4.30",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.29.2",
"rollup-plugin-dts": "^6.0.2",
"rollup-plugin-ignore": "^1.0.10",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "^7.4.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"resolutions": {
"jackspeak": "2.1.1"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@koralabs/handle-svg": "2.2.0",
"@koralabs/handles-public-api-interfaces": "^2.11.2",
"framer-motion": "^10.16.4",
"qr-code-styling": "1.5.0",
"rc-slider": "^10.5.0",
"react-color": "^2.19.3",
"react-hook-form": "^7.47.0",
"react-icons": "^4.11.0",
"tinycolor2": "^1.6.0"
},
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build:tsc": "tsc",
"build": "chmod +x ./build.sh && ./build.sh",
"lint": "echo \"No linting configured\"",
"test": "echo \"No tests configured\""
},
"files": [
"src",
"lib"
]
}