-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.97 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
{
"name": "avilysilva",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"prepare": "husky",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"slicemachine": "start-slicemachine",
"cypress:test": "cypress run --browser chrome",
"cypress:open": "cypress open"
},
"dependencies": {
"@plaiceholder/next": "^3.0.0",
"@prismicio/client": "^7.5.0",
"@prismicio/next": "^1.6.0",
"@prismicio/react": "^2.8.0",
"@sentry/nextjs": "^8",
"@t3-oss/env-nextjs": "^0.10.1",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.11",
"cypress": "^13.11.0",
"framer-motion": "^11.3.28",
"keen-slider": "^6.8.6",
"lucide-react": "^0.376.0",
"next": "14.2.1",
"plaiceholder": "^3.0.0",
"react": "^18",
"react-dom": "^18",
"sharp": "^0.33.4",
"tailwind-merge": "^2.3.0",
"uuid": "^9.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@slicemachine/adapter-next": "^0.3.41",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.5.0",
"eslint": "^8",
"eslint-config-next": "14.2.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-simple-import-sort": "^12.1.0",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"slice-machine-ui": "^2.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vitest": "^1.5.0"
}
}