-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.26 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap --config next-sitemap.config.mjs"
},
"packageManager": "yarn@1.22.19",
"dependencies": {
"@blitzjs/auth": "2.0.0-beta.22",
"@blitzjs/next": "2.0.0-beta.22",
"@makeswift/runtime": "0.10.3",
"@portabletext/react": "^1.0.6",
"@sanity/image-url": "^1.0.1",
"blitz": "2.0.0-beta.22",
"classnames": "^2.3.2",
"dayjs": "^1.11.5",
"framer-motion": "^7.3.5",
"highlight.js": "^11.6.0",
"next": "13.4.10",
"next-sanity": "^0.8.5",
"next-sitemap": "^3.1.32",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-player": "^2.11.0",
"sharp": "0.31.1",
"tiny-invariant": "^1.3.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.7",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/node": "^18.7.18",
"@types/react": "^18.0.21",
"autoprefixer": "^10.4.12",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.3"
}
}