-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "borhansaflo.com",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write --list-different ."
},
"dependencies": {
"@portabletext/react": "^3.2.0",
"@sanity/cross-dataset-duplicator": "^1.4.0",
"@sanity/orderable-document-list": "^1.2.2",
"@sanity/vision": "^3.68.1",
"clsx": "^2.1.1",
"framer-motion": "^11.15.0",
"next": "15.1.2",
"next-sanity": "^9.8.28",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "^5.4.0",
"react-remove-scroll-bar": "^2.3.8",
"sanity": "^3.68.1",
"sanity-plugin-vercel-deploy": "^3.3.4"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"eslint": "^9.17.0",
"eslint-config-next": "15.1.2",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.4.2",
"sass": "^1.83.0",
"typescript": "^5.7.2"
}
}