-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.35 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
{
"name": "cb",
"version": "0.1.0",
"private": true,
"scripts": {
"validate": "node ./messages/schemas/validator.mjs",
"prebuild": "yarn validate && next lint",
"dev": "yarn validate && next lint && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@prismicio/client": "^7.13.1",
"@prismicio/next": "^1.7.1",
"@prismicio/react": "^2.9.1",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"axios": "^1.7.9",
"next": "15.1.1",
"next-intl": "^3.26.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-google-recaptcha": "^3.1.0",
"react-icons": "^5.4.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@slicemachine/adapter-next": "^0.3.61",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20",
"@types/react": "^19.0.2",
"@types/react-dom": "^19",
"@types/react-google-recaptcha": "^2.1.9",
"daisyui": "^4.12.22",
"eslint": "^9",
"eslint-config-next": "15.1.1",
"husky": "^9.1.7",
"jsonschema": "^1.4.1",
"postcss": "^8",
"slice-machine-ui": "^2.11.1",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"main": "index.js",
"author": "ebsaral <eminbugrasaral@me.com>",
"license": "MIT"
}