-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 900 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 900 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
34
35
36
37
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@sanity/client": "^0.147.3",
"@sanity/image-url": "^0.140.15",
"@types/mongodb": "^3.3.14",
"@zeit/next-sass": "^1.0.1",
"gray-matter": "^4.0.2",
"groq": "^0.147.0",
"ical-generator": "^1.9.2",
"isomorphic-unfetch": "^3.0.0",
"mongodb": "^3.5.0",
"next": "9.1.6",
"node-sass": "^4.13.0",
"raw-loader": "^4.0.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-markdown": "^4.3.1",
"react-three-fiber": "^3.0.17",
"styled-components": "^4.4.1",
"webpack": "^4.41.5"
},
"devDependencies": {
"@types/node": "^13.1.2",
"@types/react": "^16.9.17",
"next-images": "^1.2.0",
"react-feather": "^2.0.3",
"typescript": "^3.7.4"
}
}