-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.1 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
{
"name": "allanlasser.com",
"version": "1.1.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.21.0",
"@codemirror/lint": "^6.2.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@lezer/common": "^1.0.0",
"@portabletext/react": "^3.0.11",
"@portabletext/to-html": "^2.0.5",
"@sanity/block-tools": "^3.19.2",
"@sanity/client": "^6.10.0",
"@sanity/code-input": "^4.1.1",
"@sanity/icons": "^2.4.1",
"@sanity/image-url": "^1.0.2",
"@sanity/types": "^3.19.2",
"@sanity/ui": "^1.8.2",
"@sanity/vision": "^3.19.2",
"@sanity/webhook": "^3.0.1",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.2",
"classnames": "^2.3.2",
"codemirror": "^6.0.1",
"easymde": "^2.18.0",
"feed": "^4.2.2",
"html-entities": "^2.4.0",
"isomorphic-fetch": "^3.0.0",
"lucide-react": "^0.292.0",
"next": "^14.2.10",
"next-sanity": "^7.0.4",
"open-graph-scraper": "^6.3.2",
"pluralize": "^8.0.0",
"prop-types": "^15.8.1",
"qs": "^6.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-markdown": "^8.0.7",
"react-refractor": "^2.1.7",
"refractor": "^4.8.1",
"rehype-parse": "^8.0.4",
"rehype-sanitize": "^5.0.1",
"rehype-stringify": "^9.0.3",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"romans": "^2.0.8",
"sanity": "^3.19.2",
"sanity-plugin-markdown": "^4.1.0",
"sanity-plugin-media": "^2.2.2",
"smartquotes": "^2.3.2",
"styled-components": "^5.3.10",
"unified": "^10.1.2",
"zod": "^3.22.4"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "vercel dev",
"lint": "next lint",
"typecheck": "tsc"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@sanity/cli": "^3.19.2",
"@types/node": "^18.16.3",
"@types/pluralize": "^0.0.33",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/styled-components": "^5.1.26",
"eslint": "^8.39.0",
"eslint-config-next": "^14.1.0",
"typescript": "^5.3.3"
}
}