-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.42 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
{
"name": "heroicons-picker",
"version": "0.1.2",
"description": "Icon picker and rendering component. Based on heroicons/react",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c --bundleConfigAsCjs",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"keywords": [],
"author": "Joni Rinta-Kahila",
"license": "ISC",
"dependencies": {
"@heroicons/react": "^2.1.1",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@storybook/addon-essentials": "^7.6.9",
"@storybook/addon-interactions": "^7.6.9",
"@storybook/addon-links": "^7.6.9",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/blocks": "^7.6.9",
"@storybook/react": "^7.6.9",
"@storybook/react-webpack5": "^7.6.9",
"@storybook/test": "^7.6.9",
"@types/react": "^18.2.48",
"@types/rollup-plugin-peer-deps-external": "^2.2.4",
"@types/styled-components": "^5.1.34",
"rollup": "^4.9.5",
"rollup-plugin-dts": "^6.1.0",
"storybook": "^7.6.9",
"typescript": "^5.3.3"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}