-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.68 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "jrmf-cms",
"private": true,
"version": "1.0.0",
"author": "Natanael de Kross <[email protected]>",
"license": "UNLICENSED",
"scripts": {
"dev": "sanity start",
"test": "sanity check",
"build": "sanity build public -y",
"migrate": "sanity exec --with-user-token migrations/script.js",
"deploy-api": "sanity graphql deploy"
},
"keywords": [
"sanity"
],
"dependencies": {
"@sanity/base": "^2.20.0",
"@sanity/color-input": "^2.20.0",
"@sanity/components": "^2.14.0",
"@sanity/core": "^2.20.0",
"@sanity/dashboard": "^2.20.0",
"@sanity/default-layout": "^2.20.0",
"@sanity/default-login": "^2.19.0",
"@sanity/desk-tool": "^2.20.0",
"@sanity/google-maps-input": "^2.20.0",
"@sanity/production-preview": "^2.15.0",
"@sanity/vision": "^2.20.0",
"get-youtube-id": "^1.0.1",
"jsonwebtoken": "^8.5.1",
"jsx-string": "^3.0.0",
"lodash": "^4.17.21",
"luxon": "^1.28.0",
"mathjax-react": "^1.0.6",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-youtube": "^7.13.1",
"sanity-plugin-latex-input": "^1.0.1",
"sanity-plugin-order-documents": "^0.0.19",
"sanity-plugin-vercel-deploy": "^2.0.1",
"styled-components": "^5.2.0"
},
"devDependencies": {
"@babel/preset-env": "^7.14.9",
"@babel/preset-react": "^7.14.5",
"@sanity/cli": "^2.20.0",
"@sanity/types": "^2.19.0",
"babel-plugin-add-import-extension": "^1.6.0",
"groq": "^2.14.0",
"groq-js": "^0.3.0-beta.1",
"ndjson": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ndekross/jrmf-cms.git"
}
}