-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "sanityauth0vercel",
"private": true,
"version": "0.1.0",
"description": "",
"main": "package.json",
"scripts": {
"start:vercel": "vercel dev --listen 8000",
"start:sanity": "sanity start --port 8000",
"dev": "sanity start --port $PORT",
"test": "sanity check",
"build": "sanity build public -y",
"format": "prettier --write \"**/*.{js,ts,tsx,json,md}\""
},
"dependencies": {
"@auth0/nextjs-auth0": "^0.15.0",
"@sanity/base": "^1.149.16",
"@sanity/components": "^1.149.16",
"@sanity/core": "^1.149.17",
"@sanity/dashboard": "^1.149.18",
"@sanity/default-layout": "^1.149.16",
"@sanity/default-login": "^1.149.16",
"@sanity/desk-tool": "^1.149.16",
"@sanity/vision": "^1.149.16",
"dotenv": "^8.2.0",
"get-it": "^4.1.4",
"isomorphic-unfetch": "^3.0.0",
"prop-types": "^15.6",
"react": "^16.2",
"react-dom": "^16.2"
},
"devDependencies": {
"@sanity/cli": "^1.149.18",
"@types/node": "12.12.5",
"prettier": "^2.0.5"
}
}