-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 979 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": "@antive/cms",
"private": true,
"version": "1.0.0",
"description": "CMS for blog",
"main": "package.json",
"author": "Sondre Gjellestad <[email protected]>",
"license": "MIT",
"scripts": {
"start": "sanity start",
"build": "sanity build public -y",
"test": "sanity check"
},
"keywords": [
"sanity"
],
"dependencies": {
"@sanity/base": "^1.149.15",
"@sanity/cli": "^1.149.13",
"@sanity/components": "^1.149.15",
"@sanity/core": "^1.149.13",
"@sanity/default-layout": "^1.149.15",
"@sanity/default-login": "^1.149.11",
"@sanity/desk-tool": "^1.149.15",
"@sanity/vision": "^1.149.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@types/react": "^16.9.35",
"@babel/core": "^7.10.1",
"webpack": "^4.43.0"
}
}