-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.57 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "nextjs-personal",
"version": "6.2.0",
"private": true,
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^1.0.6",
"@prismicio/client": "^6.7.1",
"@prismicio/helpers": "^2.3.6",
"@prismicio/next": "^1.3.4",
"@prismicio/react": "^2.5.0",
"@prismicio/slice-simulator-react": "^0.2.2",
"@react-pdf-viewer/core": "3.7.0",
"@react-pdf-viewer/page-navigation": "^3.7.0",
"@tailwindcss/forms": "^0.5.3",
"@vercel/og": "^0.0.18",
"chart.js": "^3.7.1",
"chartjs": "^0.3.24",
"feed": "^4.2.2",
"moment": "^2.29.4",
"next": "^13.4.19",
"pdfjs-dist": "^2.15.349",
"react": "^18.2.0",
"react-before-after-slider-component": "^1.1.5",
"react-chartjs-2": "^4.0.1",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@prismicio/types": "^0.2.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"@types/chart.js": "^2.9.36",
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"autoprefixer": "^10.4.13",
"eslint": "8.12.0",
"eslint-config-next": "^13.4.19",
"eslint-plugin-spellcheck": "^0.0.19",
"postcss": "^8.4.19",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"slice-machine-ui": "^0.5.2",
"tailwindcss": "^3.3.3",
"typescript": "4.5.4"
}
}