-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 864 Bytes
/
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
{
"name": "greedytaker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@portabletext/react": "^1.0.4",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/client": "^3.2.0",
"@sanity/image-url": "^1.0.1",
"bootstrap": "^5.1.3",
"groq": "^2.15.0",
"next": "^12.1.0",
"nodemailer": "^6.7.2",
"nprogress": "^0.2.0",
"prism-react-renderer": "^1.3.1",
"prismjs": "^1.27.0",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-portable-text": "^0.4.3",
"react-refractor": "^2.1.6",
"react-syntax-highlighter": "^15.5.0",
"refractor": "^4.5.0"
},
"devDependencies": {
"eslint": "8.11.0",
"eslint-config-next": "12.1.0"
}
}