-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.42 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.42 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
41
42
43
44
45
46
47
{
"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 --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine",
"format": "prettier --write ."
},
"dependencies": {
"@headlessui/react": "^2.2.1",
"@prismicio/client": "^7.16.1",
"@prismicio/next": "^2.0.0",
"@prismicio/react": "^3.1.0",
"@tailwindcss/postcss": "^4.0.17",
"axios": "^1.13.1",
"google-auth-library": "^10.5.0",
"google-spreadsheet": "^5.0.2",
"next": "^15.1.11",
"postcss": "^8.5.3",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwind-scrollbar-hide": "^2.0.0",
"tailwindcss": "^4.0.17"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@slicemachine/adapter-next": "^0.3.81",
"@svgr/webpack": "^8.1.0",
"@types/node": "^22.13.0",
"@types/react": "^19.2.4",
"@types/react-dom": "^19.2.2",
"concurrently": "^9.1.2",
"eslint": "^9.19.0",
"eslint-config-next": "^15.1.11",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"slice-machine-ui": "^2.17.1",
"typescript": "^5.7.3"
}
}