-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.1 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
61
62
63
64
65
66
67
68
69
70
{
"name": "@onwidget/tailnext",
"description": "A template to make your website using Next.js + Tailwind CSS.",
"version": "1.0.0-beta.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap",
"prettier": "prettier --write --ignore-unknown .",
"prettier:check": "prettier --check --ignore-unknown .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@emotion/styled": "^11.11.0",
"@tabler/icons-react": "^2.46.0",
"clsx": "^2.1.0",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"framer-motion": "^11.0.3",
"gray-matter": "^4.0.3",
"markdown-it": "^14.0.0",
"next": "^14.1.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-loading-skeleton": "^3.4.0",
"react-spinners": "^0.13.8",
"react-use-draggable-scroll": "^0.4.7",
"sharp": "^0.33.2",
"swr": "^2.2.4",
"tailwind-merge": "^2.2.0"
},
"devDependencies": {
"@storybook/addon-a11y": "^7.6.10",
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/addon-themes": "^7.6.10",
"@storybook/addon-viewport": "^7.6.10",
"@storybook/blocks": "^7.6.10",
"@storybook/nextjs": "^7.6.10",
"@storybook/react": "^7.6.10",
"@storybook/test": "^7.6.10",
"@tailwindcss/typography": "^0.5.10",
"@types/markdown-it": "^13.0.7",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"autoprefixer": "^10.4.17",
"eslint": "8.56.0",
"eslint-config-next": "^14.1.0",
"eslint-plugin-storybook": "^0.6.15",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.33",
"prettier": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.11",
"storybook": "^7.6.10",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.17.0"
}
}