-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.72 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
{
"name": "@lagoss/ui",
"version": "0.4.0",
"description": "Lagoss Design System",
"private": true,
"main": "src/index.ts",
"scripts": {
"dev": "storybook dev -p 6006",
"build": "storybook build",
"lint": "eslint --cache .",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@heroicons/react": "^2.0.0",
"@radix-ui/react-alert-dialog": "^1.0.0",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-tabs": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.3",
"@storybook/addon-actions": "^7.0.23",
"@storybook/addon-essentials": "^7.0.23",
"@storybook/addon-interactions": "^7.0.23",
"@storybook/addon-links": "^7.0.23",
"@storybook/addon-styling": "^1.3.0",
"@storybook/nextjs": "^7.0.23",
"@storybook/react": "^7.0.23",
"@storybook/react-webpack5": "^7.0.23",
"@storybook/testing-library": "^0.2.0",
"@types/react": "^18.0.9",
"autoprefixer": "^10.4.7",
"class-variance-authority": "^0.7.0",
"final-form": "^4.20.7",
"next": "13.4.12",
"postcss": "^8.4.22",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-final-form": "^6.5.9",
"react-hot-toast": "^2.2.0",
"storybook": "^7.0.23",
"tailwindcss": "^3.3.1",
"typescript": "^5.1.3",
"uplot": "^1.6.23"
},
"peerDependencies": {
"@radix-ui/react-alert-dialog": "^1.0.0",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-tabs": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.3",
"next": "13.4.12",
"react": "18.3.1",
"react-hot-toast": "^2.2.0"
},
"dependencies": {
"react-use-clipboard": "^1.0.9"
}
}