-
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) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.13 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
{
"name": "project-musical-forum",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cosmicjs/sdk": "^1.5.2",
"@fontsource/hedvig-letters-serif": "^5.2.5",
"@next/font": "^14.2.15",
"form-data": "^4.0.2",
"next": "^15.2.3",
"node-fetch": "^2.7.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
},
"description": "This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "cosmic-image-uploader.js",
"repository": {
"type": "git",
"url": "git+https://github.com/fullstackatbrown/project-pottery-at-brown.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fullstackatbrown/project-pottery-at-brown/issues"
},
"homepage": "https://github.com/fullstackatbrown/project-pottery-at-brown#readme"
}