-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.42 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
{
"name": "lifeitself",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cf:export": "contentful space export --skip-content --config contentful/export-config.json --management-token CFPAT-CDDE7Ne4z5zwIliN7Z1t1L7X7VggAH1mWS6mz7DFD7M --space-id 9v3l6i0oib55",
"cf:generate-types": "cf-content-types-generator contentful/export.json -X --out src/types/contentful"
},
"dependencies": {
"@contentful/rich-text-plain-text-renderer": "^16.0.6",
"@contentful/rich-text-react-renderer": "^15.17.1",
"@radix-ui/react-dialog": "^1.0.4",
"@types/node": "20.4.9",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@vanilla-extract/css": "^1.12.0",
"clsx": "^2.0.0",
"contentful": "^10.4.2",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"ics": "^3.4.0",
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4",
"react-icons": "^4.10.1",
"react-string-replace": "^1.1.1",
"stripe": "^13.2.0",
"typescript": "5.1.6",
"zustand": "^4.4.1"
},
"devDependencies": {
"@contentful/rich-text-types": "^16.2.1",
"@vanilla-extract/next-plugin": "^2.2.2",
"cf-content-types-generator": "^2.12.2",
"contentful-cli": "^2.6.40",
"eslint-plugin-import": "^2.28.0",
"schema-dts": "^1.1.2"
}
}