-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
52 lines (52 loc) · 1.53 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
{
"name": "nextjs-starter-prismic-minimal-ts",
"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.5.0",
"@prismicio/next": "^1.6.0",
"@prismicio/react": "^2.8.0",
"@react-three/drei": "^9.107.0",
"@react-three/fiber": "^8.16.8",
"@types/three": "^0.165.0",
"algoliasearch": "^4.23.3",
"clsx": "^2.1.1",
"gsap": "^3.12.5",
"instantsearch.css": "^8.2.1",
"next": "^14.2.4",
"open-props": "^1.7.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-instantsearch": "^7.11.2",
"react-instantsearch-router-nextjs": "^7.11.2",
"three": "^0.165.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@slicemachine/adapter-next": "^0.3.42",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"postcss": "^8.4.38",
"slice-machine-ui": "^2.2.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
}
}