-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.91 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
{
"name": "maru-github-viewer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "npx prettier . --write",
"lint": "next lint --fix",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@reduxjs/toolkit": "^2.0.1",
"@tailwindcss/line-clamp": "^0.4.4",
"commonmark": "^0.30.0",
"daisyui": "^4.6.0",
"marked": "^11.1.1",
"next": "14.0.4",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.0",
"swr": "^2.2.4",
"tailwind-scrollbar": "^3.0.5",
"xss": "^1.0.14"
},
"devDependencies": {
"@savvywombat/tailwindcss-grid-areas": "^4.0.0",
"@storybook/addon-essentials": "^7.6.9",
"@storybook/addon-interactions": "^7.6.9",
"@storybook/addon-links": "^7.6.9",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/blocks": "^7.6.9",
"@storybook/nextjs": "^7.6.9",
"@storybook/react": "^7.6.9",
"@storybook/test": "^7.6.9",
"@stylistic/eslint-plugin": "^1.5.4",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/commonmark": "^0.27.9",
"@types/dompurify": "^3.0.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-storybook": "^0.6.15",
"postcss": "^8",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"storybook": "^7.6.9",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}