-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 994 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 994 Bytes
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
{
"name": "smbcloud-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "SKIP_LINT=true next build",
"build:content": "contentlayer2 build",
"preview": "next build && next start",
"start": "next start",
"start-smbcloudweb": "next start -p 3015",
"lint": "eslint ."
},
"dependencies": {
"@tailwindcss/typography": "^0.5.19",
"@types/node": "18.16.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"autoprefixer": "10.4.14",
"contentlayer2": "0.5.8",
"mdx-bundler": "^10.1.1",
"next": "16.0.10",
"next-contentlayer2": "^0.5.8",
"next-themes": "^0.4.6",
"postcss": "8.4.23",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "5.3.0",
"tailwindcss": "3.3.2"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"eslint": "^9.39.1",
"eslint-config-next": "^15.5.9",
"typescript": "5.3.3",
"typescript-eslint": "^8.49.0"
}
}