-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.73 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": "mart-next",
"version": "0.2.22",
"description": "Components and hooks prepared and ready for user in react or next. It is not a ui component library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"tsc": "tsc",
"ts:build": "tsc",
"githud:push -a -c": "git add . && git commit && git push",
"githud:push -a -c -m": "git add . && git commit -m 'changes made to the code, automatic push' && git push",
"npm:publish -b": "npm run ts:build && npm publish",
"npm:publish": "npm publish"
},
"keywords": [],
"author": "jeffersonlopezmendoza343@gmail.com",
"license": "MIT",
"devDependencies": {
"@chromatic-com/storybook": "1.3.2",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-interactions": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/addon-onboarding": "^8.0.8",
"@storybook/blocks": "^8.0.8",
"@storybook/react": "^8.0.8",
"@storybook/react-vite": "^8.0.8",
"@storybook/test": "^8.0.8",
"@types/react": "18.2.78",
"@types/react-dom": "18.2.25",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"storybook": "8.0.8",
"tailwindcss": "^3.4.3",
"typescript": "5.4.5"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@storybook/theming": "^8.0.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^11.1.3",
"lucide-react": "^0.368.0",
"next": "^14.2.1",
"next-themes": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7"
}
}