-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 968 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
36
37
{
"name": "eleventymeetupwebsite",
"private": true,
"version": "1.0.0",
"description": "Built with Eleventy!!",
"main": "package.json",
"author": "Eleventy Meetup <[email protected]>",
"license": "UNLICENSED",
"scripts": {
"start": "sanity start",
"build": "sanity build"
},
"keywords": [
"sanity"
],
"dependencies": {
"@sanity/base": "^2.12.2",
"@sanity/components": "^2.2.6",
"@sanity/core": "^2.12.2",
"@sanity/default-layout": "^2.12.2",
"@sanity/default-login": "^2.11.1",
"@sanity/desk-tool": "^2.12.2",
"@sanity/google-maps-input": "^2.12.2",
"@sanity/rich-date-input": "^2.0.9",
"@sanity/vision": "^2.11.2",
"prop-types": "^15.7",
"react": "^17.0",
"react-dom": "^17.0",
"react-icons": "^3.11.0",
"sanity-plugin-markdown": "^2.0.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "[email protected]:Eleventy-Meetup/website.git"
}
}