This repository has been archived by the owner on Jul 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.59 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
{
"name": "windy-radix-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-toast": "^1.1.3",
"@radix-ui/react-toggle": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.5",
"@types/node": "18.15.11",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"eslint": "8.35.0",
"eslint-config-next": "13.2.4",
"lucide-react": "^0.130.0",
"next": "13.3.0",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^1.12.0",
"tailwindcss-animate": "^1.0.5",
"typescript": "5.0.4"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.0-beta.64",
"@storybook/addon-interactions": "^7.0.7",
"@storybook/addon-links": "^7.0.9",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/blocks": "^7.0.7",
"@storybook/nextjs": "^7.0.7",
"@storybook/react": "^7.0.0-rc.5",
"@storybook/testing-library": "^0.1.0",
"autoprefixer": "^10.4.14",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-storybook": "^0.6.11",
"eslint-plugin-unused-imports": "^2.0.0",
"postcss": "^8.4.21",
"scaffdog": "^2.5.0",
"storybook": "^7.0.9",
"tailwindcss": "^3.3.2",
"windy-radix-palette": "^0.6.1"
}
}