-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
38
39
40
41
42
43
{
"name": "scoilmhuiremilford",
"private": true,
"version": "1.0.0",
"description": "A GatsbyJS starter that includes",
"main": "package.json",
"author": "Hugh Law <[email protected]>",
"license": "UNLICENSED",
"scripts": {
"start": "sanity start",
"test": "sanity check"
},
"keywords": [
"sanity"
],
"dependencies": {
"@sanity/base": "^2.15.1",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/components": "^2.1.4",
"@sanity/core": "^2.15.0",
"@sanity/default-layout": "^2.15.1",
"@sanity/default-login": "^2.15.0",
"@sanity/desk-tool": "^2.15.1",
"@sanity/image-url": "^0.140.19",
"@sanity/vision": "^2.15.0",
"get-youtube-id": "^1.0.1",
"prop-types": "^15.6",
"react": "^16.2",
"react-dom": "^16.2",
"react-icons": "^3.10.0",
"react-youtube": "^7.11.2",
"sanity-plugin-asset-source-unsplash": "^0.1.3"
},
"devDependencies": {
"@sanity/cli": "^2.15.0",
"gatsby-image": "^2.4.7",
"react-bootstrap": "^1.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/hughlaw/scoil-mhuire-milford.git"
}
}