-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 711 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 711 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
{
"name": "next-netlify-platform-starter",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@netlify/blobs": "^10.5.0",
"blobshape": "^1.0.0",
"bright": "^1.0.0",
"markdown-to-jsx": "^7.7.16",
"next": "^16.0.8",
"react": "19.2.1",
"react-dom": "19.2.1",
"unique-names-generator": "^4.7.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.15",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "9.39.2",
"eslint-config-next": "^16.0.8",
"postcss": "^8.4.36",
"tailwindcss": "^4.1.15"
}
}