-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.44 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "charlesharwood",
"version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"author": "Charles Harwood <info@charlesharwood.dev> (https://charlesharwood.dev)",
"scripts": {
"dev": "concurrently \"npm:dev:next\" \"npm:dev:slicemachine\" --names \"next,slicemachine\" --prefix-colors blue,magenta",
"dev:next": "next dev",
"dev:slicemachine": "start-slicemachine",
"build": "next build",
"start": "next start",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "next lint",
"validate": "tsc --noEmit",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:ci": "jest --ci"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.7.2",
"@fortawesome/free-brands-svg-icons": "6.7.2",
"@fortawesome/pro-light-svg-icons": "6.7.2",
"@fortawesome/pro-solid-svg-icons": "6.7.2",
"@fortawesome/react-fontawesome": "0.2.2",
"@gsap/react": "2.1.1",
"@next/bundle-analyzer": "15.1.3",
"@prismicio/client": "7.13.1",
"@prismicio/next": "1.7.1",
"@prismicio/react": "2.9.1",
"@sentry/nextjs": "8.47.0",
"@vercel/analytics": "1.4.1",
"@vercel/speed-insights": "1.1.0",
"clsx": "2.1.1",
"gsap": "3.12.5",
"next": "15.1.3",
"next-transition-router": "0.2.7",
"node-mailjet": "6.0.6",
"react": "19.0.0",
"react-dom": "19.0.0",
"typescript": "5.7.2",
"zustand": "5.0.2"
},
"devDependencies": {
"@slicemachine/adapter-next": "0.3.61",
"@tailwindcss/aspect-ratio": "0.4.2",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"autoprefixer": "10.4.20",
"concurrently": "9.1.1",
"eslint": "8.57.1",
"eslint-config-next": "15.1.3",
"eslint-config-prettier": "9.1.0",
"eslint-config-typescript": "3.0.0",
"eslint-plugin-jest": "28.10.0",
"eslint-plugin-jest-formatting": "3.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-testing-library": "7.1.1",
"eslint-plugin-unicorn": "56.0.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "8.4.49",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.9",
"slice-machine-ui": "2.11.1",
"tailwindcss": "3.4.17",
"ts-node": "10.9.2"
}
}