This repository was archived by the owner on Jul 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (74 loc) · 2.32 KB
/
package.json
File metadata and controls
75 lines (74 loc) · 2.32 KB
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
74
75
{
"name": "@3um-group/atomic-sdk",
"version": "1.0.32",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build": "webpack --config webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"repository": {
"url": "git://github.com/3um-Group/Atomic-SDK.git"
},
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"chart.js": "^4.4.4",
"dayjs": "^1.11.13",
"embla-carousel": "^8.2.0",
"embla-carousel-react": "^8.2.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-daisyui": "^5.0.0",
"react-dom": "^18.3.1",
"recharts": "^2.12.7",
"typescript": "^5.5.3"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.6.1",
"@storybook/addon-actions": "^8.3.1",
"@storybook/addon-docs": "^8.3.1",
"@storybook/addon-essentials": "^8.3.1",
"@storybook/addon-interactions": "^8.3.1",
"@storybook/addon-links": "^8.3.1",
"@storybook/addon-onboarding": "^8.3.1",
"@storybook/addon-styling": "^1.3.7",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/addon-themes": "^8.3.1",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/addon-webpack5-compiler-swc": "^1.0.4",
"@storybook/blocks": "^8.3.1",
"@storybook/builder-webpack5": "^8.3.1",
"@storybook/manager-api": "^8.3.1",
"@storybook/react": "^8.3.1",
"@storybook/react-webpack5": "^8.3.1",
"@storybook/test": "^8.3.1",
"@storybook/theming": "^8.3.1",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/recharts": "^1.8.29",
"@types/webpack": "^5.28.5",
"autoprefixer": "^10.4.19",
"css-loader": "^7.1.2",
"daisyui": "^4.12.10",
"file-loader": "^6.2.0",
"postcss": "^8.4.39",
"postcss-loader": "^8.1.1",
"rollup": "^4.18.1",
"rollup-plugin-typescript2": "^0.36.0",
"storybook": "^8.3.1",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.6",
"ts-loader": "^9.5.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}