-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.16 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
{
"name": "@snek-at/snek-finder",
"version": "1.0.0-beta.27",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [],
"author": "",
"license": "",
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@chakra-ui/storybook-addon": "^4.0.16",
"@storybook/addon-essentials": "^7.0.4",
"@storybook/addon-interactions": "^7.0.4",
"@storybook/addon-links": "^7.0.4",
"@storybook/blocks": "^7.0.4",
"@storybook/react": "^7.0.4",
"@storybook/react-webpack5": "^7.0.4",
"@storybook/testing-library": "^0.0.14-next.2",
"@types/node": "^18.15.11",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"@types/react-lazy-load-image-component": "^1.5.3",
"@types/react-pdf": "^6.2.0",
"@types/react-table": "^7.7.14",
"prop-types": "^15.8.1",
"react-dom": "^18.2.0",
"storybook": "^7.0.4",
"typescript": "^5.0.4"
},
"dependencies": {
"@chakra-ui/icons": "^2",
"@chakra-ui/react": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@react-icons/all-files": "^4.1.0",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@react-pdf-viewer/print": "^3.12.0",
"filerobot-image-editor": "^4.4.0",
"framer-motion": "^10.11.6",
"immutability-helper": "^3.1.1",
"magic-bytes.js": "^1.0.14",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.0",
"react-dropzone": "^14.2.3",
"react-filerobot-image-editor": "^4.4.0",
"react-hook-form": "^7.43.9",
"react-lazy-load-image-component": "^1.6.0",
"react-pdf": "^6.2.2",
"react-table": "^7.8.0",
"react-zoom-pan-pinch": "^3.0.7"
},
"optionalDependencies": {
"ipfs-http-client": "^60.0.0"
},
"scripts": {
"build": "babel src --out-dir dist --extensions .ts,.tsx --copy-files --ignore '**/*.stories.tsx' && yarn build:types",
"build:types": "tsc --emitDeclarationOnly",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
}
}