forked from sanity-io/sanity-shopify-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.3 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
{
"name": "sanity-shopify-studio-v3",
"private": true,
"version": "1.0.0",
"main": "package.json",
"license": "UNLICENSED",
"scripts": {
"dev": "sanity dev",
"start": "sanity start",
"build": "sanity build",
"deploy": "sanity deploy",
"deploy-graphql": "sanity graphql deploy"
},
"keywords": [
"sanity",
"shopify"
],
"dependencies": {
"@portabletext/types": "^2.0.2",
"@sanity/asset-utils": "^1.3.0",
"@sanity/color-input": "^3.0.2",
"@sanity/icons": "^2.3.1",
"@sanity/ui": "^1.3.2",
"@sanity/vision": "^3.9.1",
"lodash.get": "^4.4.2",
"pluralize-esm": "^9.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"sanity": "^3.12.1",
"sanity-plugin-hotspot-array": "^1.0.1",
"sanity-plugin-media": "^2.0.5",
"slug": "^8.2.2",
"styled-components": "^5.3.9"
},
"devDependencies": {
"@portabletext/types": "^2.0.2",
"@sanity/eslint-config-studio": "^2.0.1",
"@types/lodash.get": "^4.4.7",
"@types/react": "^18.2.0",
"@types/slug": "^5.0.3",
"@types/styled-components": "^5.1.26",
"eslint": "^8.6.0",
"prettier": "^2.7.1",
"typescript": "^4.0.0"
},
"prettier": {
"semi": false,
"printWidth": 100,
"bracketSpacing": false,
"singleQuote": true
}
}