-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.26 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
{
"name": "slicify",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@growthbook/growthbook-react": "^0.18.0",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.0.17",
"@prismicio/api-renderer": "^3.1.0",
"@prismicio/client": "^7.5.0",
"@prismicio/next": "^1.5.0",
"@prismicio/react": "^2.7.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.12.7",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"clsx": "^2.0.0",
"eslint-config-next": "^14.2.3",
"negotiator": "^0.6.3",
"next": "^14.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"sharp": "^0.32.0",
"typescript": "^5.4.5"
},
"devDependencies": {
"@slicemachine/adapter-next": "^0.3.38",
"@types/negotiator": "^0.6.3",
"@types/react-syntax-highlighter": "^15.5.7",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"prettier": "2.8.7",
"slice-machine-ui": "^1.26.0",
"tailwindcss": "^3.3.1"
}
}