-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.38 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
{
"name": "isaacwasserman",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chriscourses/perlin-noise": "^1.0.6",
"@next/third-parties": "^14.1.0",
"@portabletext/react": "^3.0.11",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.27.1",
"@supabase/supabase-js": "^2.39.7",
"@tensorflow/tfjs": "^4.17.0",
"@tensorflow/tfjs-core": "^4.17.0",
"@tensorflow/tfjs-node": "^4.17.0",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"axios": "^1.6.7",
"blurhash": "^2.0.5",
"isbot": "^5.1.1",
"next": "14.1.0",
"next-sanity": "^7.1.4",
"next-sanity-image": "^6.1.1",
"nextjs13-progress": "^1.2.5",
"node-p5": "^1.0.4",
"nprogress": "^0.2.0",
"pngjs": "^7.0.0",
"react": "^18",
"react-dom": "^18",
"sanity": "^3.27.1",
"sanity-image": "^0.1.7",
"sanity-plugin-latex-input": "^2.0.4",
"sharp": "^0.33.2",
"simplex-noise": "^4.0.1",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}