-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.78 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "anti-pattern-inc.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.13",
"@hookform/resolvers": "^4.1.1",
"@next/font": "13.0.7",
"@prismicio/client": "^6.7.3",
"@prismicio/helpers": "^2.3.8",
"@prismicio/next": "^1.0.2",
"@prismicio/react": "^2.5.1",
"@prismicio/slice-simulator-react": "^0.2.3",
"@tailwindcss/line-clamp": "^0.4.4",
"next": "13.0.7",
"next-sitemap": "^4.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.54.2",
"react-share": "^4.4.1",
"sass": "^1.57.1",
"sitemap": "^7.1.1",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@prismicio/types": "^0.2.7",
"@types/node": "22.17.2",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"autoprefixer": "^10.4.13",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"slice-machine-ui": "^0.7.0",
"typescript": "4.9.4"
},
"volta": {
"node": "22.22.0",
"yarn": "1.22.19"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}