-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.19 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.19 KB
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
{
"name": "nextjs-starter-prismic-multi-language",
"version": "0.0.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",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine",
"format": "prettier --write ."
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.6.0",
"@prismicio/client": "^7.16.1",
"@prismicio/next": "^2.0.0",
"@prismicio/react": "^3.1.0",
"clsx": "^2.1.1",
"negotiator": "^1.0.0",
"next": "15.2.8",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@slicemachine/adapter-next": "^0.3.68",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/postcss": "^4.0.10",
"concurrently": "^9.1.2",
"eslint": "^9.21.0",
"eslint-config-next": "^15.2.1",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"slice-machine-ui": "^2.13.1",
"tailwindcss": "^4.0.10"
}
}