-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.23 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
{
"name": "sanity-oxygen-utils",
"version": "1.1.1",
"description": "Preview and dataset utilities for working with Sanity and Oxygen",
"main": "dist/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Brydom/sanity-oxygen-utils.git"
},
"keywords": [
"sanity",
"oxygen"
],
"author": {
"name": "Brydon McCluskey",
"email": "[email protected]"
},
"contributors": [
{
"name": "John Nelson",
"email": "[email protected]"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/Brydom/sanity-oxygen-utils/issues"
},
"homepage": "https://github.com/Brydom/sanity-oxygen-utils#readme",
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"rollup": "^2.78.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"@remix-run/react": "^2.0.1",
"@sanity/client": "^6.4.12",
"@sanity/preview-kit": "^3.1.6",
"@shopify/remix-oxygen": "^1.1.5",
"react": "^18.2.0",
"styled-components": "^6.1.0"
}
}