-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.6 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
"presetup": "echo 'about to setup env variables, follow the guide here: https://github.com/vercel/next.js/tree/canary/examples/cms-sanity#using-the-sanity-cli'",
"setup": "npx sanity@latest init --env .env.local",
"postsetup": "echo 'create the read token by following the rest of the guide: https://github.com/vercel/next.js/tree/canary/examples/cms-sanity#creating-a-read-token'"
},
"dependencies": {
"@sanity/assist": "^2.0.4",
"@sanity/icons": "^2.11.2",
"@sanity/image-url": "^1.0.2",
"@sanity/preview-url-secret": "^1.6.5",
"@sanity/vision": "^3.35.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.11.30",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@vercel/speed-insights": "^1.0.10",
"autoprefixer": "^10.4.18",
"aws-amplify": "^6.0.25",
"date-fns": "^3.6.0",
"next": "latest",
"next-sanity": "^8.4.4",
"postcss": "^8.4.37",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rxjs": "^7.8.1",
"sanity": "^3.35.0",
"sanity-plugin-asset-source-unsplash": "^2.0.1",
"server-only": "^0.0.1",
"styled-components": "^6.1.8",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@aws-amplify/backend": "^0.12.1",
"@aws-amplify/backend-cli": "^0.11.1",
"@next/env": "latest",
"aws-cdk": "^2.134.0",
"aws-cdk-lib": "^2.134.0",
"constructs": "^10.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "latest",
"typescript": "^5.4.3"
}
}