-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·61 lines (61 loc) · 1.75 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
{
"name": "thedock",
"version": "1.0.5",
"main": "dist/index.es.js",
"type": "module",
"license": "MIT",
"devDependencies": {
"@babel/preset-react": "^7.24.6",
"@chromatic-com/storybook": "^1.4.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@storybook/addon-essentials": "^8.1.1",
"@storybook/addon-interactions": "^8.1.1",
"@storybook/addon-links": "^8.1.1",
"@storybook/addon-onboarding": "^8.1.1",
"@storybook/addon-webpack5-compiler-swc": "^1.0.2",
"@storybook/blocks": "^8.1.1",
"@storybook/react": "^8.1.1",
"@storybook/react-webpack5": "^8.1.1",
"@storybook/test": "^8.1.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.18.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-terser": "^1.0.3",
"storybook": "^8.1.1"
},
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"builder": "rollup -c"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"description": "Uniform icons spread animation, accompanied by a glassy and bouncy effect. Similar to Apply Vision Pro home view, perfect for any application.",
"repository": {
"type": "git",
"url": "git+https://github.com/hunxjunedo/thedock.git"
},
"keywords": [
"dock",
"icons",
"bouncy",
"vision-pro",
"homescreen",
"dashboard",
"admin",
"apps"
],
"author": "hunxjunedo",
"bugs": {
"url": "https://github.com/hunxjunedo/thedock/issues"
},
"homepage": "https://github.com/hunxjunedo/thedock#readme"
}