-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.84 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
{
"name": "@fragment-build/ui",
"version": "1.14.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/fragment-build/fragment-ui.git"
},
"license": "Apache-2.0",
"devDependencies": {
"@storybook/addon-a11y": "8.4.2",
"@storybook/addon-essentials": "8.4.2",
"@storybook/addon-interactions": "8.4.2",
"@storybook/addon-links": "8.4.2",
"@storybook/addon-themes": "8.4.2",
"@storybook/blocks": "8.4.2",
"@storybook/manager-api": "8.4.2",
"@storybook/react": "8.4.2",
"@storybook/react-vite": "8.4.2",
"@storybook/test": "8.4.2",
"@storybook/theming": "8.4.2",
"@types/lodash.defaultsdeep": "4.6.9",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"@vitejs/plugin-react": "4.3.3",
"@vitejs/plugin-react-swc": "3.7.1",
"autoprefixer": "10.4.20",
"eslint": "9.14.0",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "0.4.14",
"eslint-plugin-storybook": "0.11.0",
"postcss": "8.4.48",
"react": "18.3.1",
"react-dom": "18.3.1",
"storybook": "8.4.2",
"typescript": "5.6.3",
"typescript-eslint": "8.13.0",
"vite": "5.4.10"
},
"scripts": {
"build": "tsc",
"lint": "eslint --report-unused-disable-directives --max-warnings 0 ./src",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"update": "npx npm-check-updates -i --format group"
},
"dependencies": {
"@nextui-org/react": "2.4.8",
"@tabler/icons-react": "3.21.0",
"apexcharts": "3.54.1",
"framer-motion": "11.11.11",
"lodash.defaultsdeep": "4.6.1",
"next-themes": "0.4.3",
"react-apexcharts": "1.5.0",
"tailwindcss": "3.4.14"
}
}