-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.63 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
{
"name": "@us3r-network/s3-jssdk",
"version": "0.0.2",
"description": "S3 Javascript SDK",
"private": true,
"workspaces": [
"packages/auth",
"packages/auth-with-rainbowkit",
"packages/data-model",
"packages/profile",
"packages/link",
"packages/jest-environment-s3network"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "yarn workspaces run build",
"storybook": "storybook dev -p 6006",
"storybook-docs": "storybook dev --docs",
"build-storybook": "storybook build",
"build-storybook-docs": "storybook build --docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/us3r-network/s3-jssdk.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/us3r-network/s3-jssdk/issues"
},
"homepage": "https://github.com/us3r-network/s3-jssdk#readme",
"devDependencies": {
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@storybook/addon-essentials": "7.0.5",
"@storybook/addon-interactions": "7.0.5",
"@storybook/addon-links": "7.0.5",
"@storybook/blocks": "7.0.5",
"@storybook/manager-api": "^7.0.5",
"@storybook/react": "7.0.4",
"@storybook/react-webpack5": "7.0.4",
"@storybook/testing-library": "0.0.14-next.2",
"@storybook/theming": "^7.0.5",
"prop-types": "15.8.1",
"raw-loader": "^4.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"storybook": "7.0.5",
"url-loader": "^4.1.1"
},
"dependencies": {
"@svgr/webpack": "^7.0.0",
"json-stringify-pretty-compact": "^4.0.0"
}
}