-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.4 KB
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
{
"name": "games-listing",
"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-icons": "^1.3.0",
"@radix-ui/themes": "^2.0.0",
"axios": "^1.6.0",
"next": "13.5.6",
"next-themes": "^0.2.1",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.11.0",
"sass": "^1.69.5",
"storybook-tailwind-dark-mode": "^1.0.22"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.5.1",
"@storybook/addon-interactions": "^7.5.1",
"@storybook/addon-links": "^7.5.1",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/addon-styling-webpack": "^0.0.5",
"@storybook/addon-themes": "^7.5.1",
"@storybook/blocks": "^7.5.1",
"@storybook/nextjs": "^7.5.1",
"@storybook/react": "^7.5.1",
"@storybook/testing-library": "^0.2.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"css-loader": "^6.8.1",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"eslint-plugin-storybook": "^0.6.15",
"postcss": "^8",
"postcss-loader": "^7.3.3",
"storybook": "^7.5.1",
"style-loader": "^3.3.3",
"tailwindcss": "^3",
"typescript": "^5"
}
}