-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.24 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
{
"name": "@uniformdev/uniform-context-next-sanity",
"version": "17.3.0",
"private": true,
"scripts": {
"dev:next": "next dev",
"dev": "run-s uniform:manifest dev:next",
"build:next": "next build",
"build": "run-s uniform:manifest build:next",
"start": "next start",
"uniform:manifest": "uniform context manifest download --output ./lib/uniform/contextManifest.json",
"uniform:pull": "uniform sync pull",
"uniform:push": "uniform sync push",
"uniform:publish": "uniform context manifest publish"
},
"dependencies": {
"@react-hook/window-scroll": "1.3.0",
"@sanity/client": "3.4.1",
"@uniformdev/context": "^20.2.0",
"@uniformdev/context-next": "^20.2.0",
"@uniformdev/context-react": "^20.2.0",
"cookie": "0.5.0",
"next": "^15.1.6",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/cookie": "0.5.1",
"@types/node": "17.0.35",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@uniformdev/cli": "^20.2.0",
"autoprefixer": "10.4.12",
"cross-env": "7.0.3",
"dotenv": "16.0.2",
"npm-run-all": "4.1.5",
"postcss": "8.4.18",
"postcss-preset-env": "7.8.2",
"tailwindcss": "3.1.8",
"typescript": "^5"
}
}