-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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
{
"name": "portfolio",
"version": "0.0.1",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pages:build": "npx @cloudflare/next-on-pages",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"clsx": "^2.1.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
"next": "14.1.3",
"next-international": "^1.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.4.2"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.10.0",
"@storybook/addon-essentials": "7.6.17",
"@storybook/addon-interactions": "7.6.17",
"@storybook/addon-links": "7.6.17",
"@storybook/blocks": "7.6.17",
"@storybook/nextjs": "7.6.17",
"@storybook/react": "7.6.17",
"@storybook/testing-library": "0.2.2",
"@types/node": "20.11.25",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"autoprefixer": "^10.4.18",
"css-loader": "^6.10.0",
"eslint-plugin-storybook": "^0.8.0",
"postcss": "^8.4.37",
"postcss-loader": "^8.1.1",
"storybook": "7.6.17",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.1"
}
}