-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.13 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
{
"name": "@spaceymonk/react-radial-menu",
"version": "2.0.6",
"description": "React radial menu with sub menu support, animations and themes.",
"repository": {
"type": "git",
"url": "git+https://github.com/spaceymonk/react-radial-menu.git"
},
"bugs": {
"url": "https://github.com/spaceymonk/react-radial-menu/issues"
},
"scripts": {
"rollup": "rollup -c",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"keywords": [
"radial-menu",
"context-menu",
"react",
"react-component",
"react-radial-menu",
"react-context-menu",
"react-radial-context-menu",
"circular-menu",
"react-circular-menu",
"react-circular-context-menu"
],
"author": "Berktug K. Ozkan <[email protected]> (https://github.com/spaceymonk)",
"homepage": "https://spaceymonk.github.io/react-radial-menu/",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.2",
"@storybook/addon-essentials": "^7.1.0",
"@storybook/addon-interactions": "^7.1.0",
"@storybook/addon-links": "^7.1.0",
"@storybook/blocks": "^7.1.0",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^7.1.0",
"@storybook/react-webpack5": "^7.1.0",
"@storybook/testing-library": "^0.2.0",
"@types/react": "^18.2.15",
"clsx": "^2.0.0",
"css-loader": "^6.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.26.3",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.64.1",
"sass-loader": "^13.3.2",
"storybook": "^7.1.0",
"style-loader": "^3.3.3",
"tslib": "^2.6.0",
"typescript": "^5.1.6"
},
"peerDependencies": {
"react": ">=16.8.0 <=18.2.0"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts"
}