-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.29 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
71
72
73
74
75
{
"name": "next_porfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "",
"serve:lhci": "NODE_ENV=production npm run start",
"cms-proxy-server": "npx @staticcms/proxy-server",
"format:write": "prettier --write .",
"format:check": "prettier --check .",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"serve:storybook": "npm run storybook:build && npx serve -s storybook-static"
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-slot": "^1.0.2",
"@staticcms/core": "^4.0.0",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^2.25.0",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"lucide-react": "^0.263.1",
"next": "^13.4.12",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark": "^13.0.0",
"remark-html": "^13.0.2",
"simple-oauth2": "^5.0.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.6"
},
"devDependencies": {
"@storybook/addon-actions": "^7.1.1",
"@storybook/addon-essentials": "^7.1.1",
"@storybook/addon-interactions": "^7.1.1",
"@storybook/addon-links": "^7.1.1",
"@storybook/addon-styling": "^1.3.4",
"@storybook/jest": "^0.1.0",
"@storybook/nextjs": "^7.1.1",
"@storybook/react": "^7.1.1",
"@storybook/testing-library": "^0.2.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.10.0",
"@types/react": "18.2.15",
"autoprefixer": "^10.4.14",
"chromatic": "^6.19.9",
"eslint-config-next": "^13.4.12",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-storybook": "^0.6.13",
"js-yaml-loader": "^1.2.2",
"postcss": "^8.4.27",
"prettier": "3.0.0",
"storybook": "^7.1.1",
"storybook-css-modules-preset": "^1.1.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
},
"volta": {
"node": "20.11.1"
}
}