forked from prismicio-community/course-fizzi-next
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.41 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
{
"name": "nextjs-starter-prismic-minimal",
"version": "0.1.0",
"private": true,
"license": "Apache-2.0",
"author": "Prismic <contact@prismic.io> (https://prismic.io)",
"scripts": {
"dev": "concurrently \"npm:next:dev\" \"npm:slicemachine\" --names \"next,slicemachine\" --prefix-colors blue,magenta",
"next:dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine",
"format": "prettier --write ."
},
"dependencies": {
"@gsap/react": "^2.1.1",
"@prismicio/client": "^7.8.0",
"@prismicio/next": "^1.6.0",
"@prismicio/react": "^2.8.0",
"@react-three/drei": "^9.111.3",
"@react-three/fiber": "^8.17.6",
"@types/three": "^0.167.2",
"clsx": "^2.1.1",
"gsap": "^3.12.5",
"next": "^14.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"three": "^0.167.1",
"zustand": "^4.5.5"
},
"devDependencies": {
"@slicemachine/adapter-next": "^0.3.46",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"r3f-perf": "^7.2.1",
"slice-machine-ui": "^2.5.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.4.5"
}
}