-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.27 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
{
"name": "nextjs-starter-prismic-minimal-ts",
"version": "0.1.0",
"private": true,
"license": "Apache-2.0",
"author": "Prismic <[email protected]> (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": {
"@lottiefiles/react-lottie-player": "^3.5.4",
"@prismicio/client": "^7.5.0",
"@prismicio/next": "^1.5.0",
"@prismicio/react": "^2.7.4",
"framer-motion": "^11.2.10",
"next": "^14.1.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swiper": "^11.1.1"
},
"devDependencies": {
"@slicemachine/adapter-next": "^0.3.38",
"@types/node": "^20.11.27",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.22",
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"eslint": "^8",
"eslint-config-next": "^14.1.3",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"slice-machine-ui": "^1.26.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.2"
}
}