-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.84 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
{
"name": "altcampblog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix --dir pages --dir app --dir components --dir lib --dir layouts --dir scripts"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@portabletext/react": "^3.0.4",
"@sanity/client": "^6.4.9",
"@sanity/code-input": "^4.1.1",
"@sanity/icons": "^2.1.0",
"@sanity/image-url": "^1.0.2",
"@sanity/table": "^1.0.1",
"@sanity/ui": "^1.2.0",
"@sanity/vision": "^3.14.5",
"@tailwindcss/forms": "^0.5.5",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"clipboard": "^2.0.11",
"eslint": "8.47.0",
"eslint-config-next": "13.4.16",
"next": "^13.4.19",
"next-sanity": "^5.4.4",
"next-sanity-image": "^6.1.0",
"next-themes": "^0.2.1",
"pliny": "^0.1.1",
"postcss": "8.4.28",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-katex": "^3.0.1",
"sanity": "^3.8.3",
"sanity-plugin-asset-source-unsplash": "^1.1.0",
"sanity-plugin-graph-view": "^2.0.1",
"sanity-plugin-latex-input": "^2.0.4",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
},
"devDependencies": {
"@types/prismjs": "^1.26.0",
"@types/react-katex": "^3.0.0",
"@types/react": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.45.0",
"eslint-config-next": "13.4.12",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.0",
"lint-staged": "^13.0.0",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"typescript": "^5.1.3"
}
}