-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.18 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.18 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
{
"name": "slice-deck",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@prismicio/client": "^7.17.2",
"@prismicio/next": "^2.0.1",
"@prismicio/react": "^3.2.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"csv-parse": "^5.6.0",
"framer-motion": "^11.13.1",
"html-to-image": "^1.11.11",
"jspdf": "^2.5.2",
"motion": "^10.18.0",
"next": "^14.2.18",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-inlinesvg": "^4.1.5"
},
"devDependencies": {
"@slicemachine/adapter-next": "^0.3.78",
"@types/node": "^20.17.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.49",
"slice-machine-ui": "^2.16.1",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2"
}
}