-
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.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 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": "portfolio",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"prettier": "^2.8.8",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@prismicio/client": "^5.2.0",
"classnames": "^2.5.1",
"date-fns": "^2.30.0",
"mobx": "^6.13.5",
"mobx-react": "^9.1.1",
"next": "^15.0.3",
"postmark": "^2.9.5",
"prismic-reactjs": "^1.3.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-feather": "^2.0.10"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}