-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
117 lines (117 loc) · 3.32 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "sanity-template-commercelayer",
"version": "1.1.0",
"description": "A multi-country ecommerce starter built with Sanity Studio, Commerce Layer, Next.js, and deployed to Netlify.",
"engines": {
"node": ">=16",
"npm": ">=7.0.0"
},
"private": true,
"scripts": {
"dev": "concurrently \"next\" \"cd studio && sanity start\"",
"build": "next build",
"start": "npm run build",
"postinstall": "lerna bootstrap",
"check-template": "sanity-template check",
"export": "cd studio && sanity dataset export production ../.sanity-template/data/production.tar.gz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/commercelayer/sanity-template-commercelayer.git"
},
"release": {
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
],
"author": {
"name": "Bolaji Ayodeji",
"email": "bolaji@commercelayer.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/commercelayer/sanity-template-commercelayer/issues"
},
"homepage": "https://github.com/commercelayer/sanity-template-commercelayer#readme",
"keywords": [
"commercelayer",
"sanity",
"reactjs",
"nextjs",
"jamstack",
"headless",
"ecommerce",
"api"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
[
"@semantic-release/github",
{
"addReleases": "top"
}
]
]
},
"dependencies": {
"@commercelayer/js-auth": "^3.0.0",
"@commercelayer/react-components": "^3.13.0",
"@headlessui/react": "^1.5.0",
"@sanity/client": "^3.1.0",
"@sanity/image-url": "^1.0.1",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@types/react-instantsearch-dom": "^6.12.2",
"algoliasearch": "^4.12.1",
"autoprefixer": "^10.4.2",
"axios": "^0.26.0",
"contentful": "^9.1.10",
"js-cookie": "^3.0.1",
"next": "latest",
"next-sanity": "^0.5.0",
"postcss": "^8.4.6",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-instantsearch-dom": "^6.22.0",
"sanity-template": "^2.4.3"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.3.1",
"@sanity/cli": "^2.27.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.2",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/js-cookie": "^3.0.1",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.19",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"concurrently": "^7.0.0",
"lerna": "^5.5.2",
"netlify-plugin-inline-functions-env": "^1.0.9",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "^7.4.1",
"prettier": "^2.5.1",
"sanity-template": "^2.4.3",
"semantic-release": "^19.0.2",
"tailwindcss": "^3.0.23",
"typescript": "4.5.5"
}
}