-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 851 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 851 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
31
32
33
{
"name": "sanity-nextjs-tutorial",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@sanity/block-content-to-react": "^2.0.7",
"@sanity/client": "^2.8.0",
"@sanity/code-input": "^2.9.0",
"@sanity/image-url": "^0.140.22",
"bootstrap": "^4.6.0",
"dayjs": "^1.10.4",
"highlight.js": "^10.0.3",
"next": "10.1.3",
"react": "17.0.2",
"react-bootstrap": "^1.5.2",
"react-dom": "17.0.2",
"react-toggle": "^4.1.2",
"swr": "^0.2.3"
},
"devDependencies": {
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"webpack": "^5.32.0"
}
}