-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.67 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
{
"name": "cakeelizabethdotcom",
"version": "3.0.0",
"private": true,
"author": "[email protected]",
"license": "ISC",
"scripts": {
"dev": "tinacms dev -c \"next dev\"",
"build": "tinacms build && next build",
"postbuild": "next-sitemap",
"start": "tinacms build && next start",
"export": "npm run build && next export",
"lint": "eslint . --ext .ts,.tsx"
},
"devDependencies": {
"@emotion/css": "^11.10.6",
"@svgr/webpack": "^6.3.1",
"@tinacms/cli": "^1.5.25",
"@types/js-cookie": "^3.0.0",
"@types/lodash": "^4.14.195",
"@types/node": "^16.11.7",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.0",
"@types/styled-components": "^5.1.15",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.13.0",
"postcss": "^8.3.11",
"postcss-import": "^14.0.2",
"postcss-nesting": "^10.1.0",
"prettier": "^2.8.8"
},
"dependencies": {
"@headlessui/react": "1.7.5",
"@react-hookz/web": "^23.1.0",
"@sendgrid/mail": "^7.7.0",
"@tailwindcss/typography": "^0.5.8",
"classnames": "^2.3.2",
"date-fns": "^2.23.0",
"easy-tailwind": "^1.1.0",
"lodash": "^4.17.21",
"next": "^13.4.9",
"next-sitemap": "^4.1.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.2.0",
"react-is": "^17.0.2",
"sass": "^1.58.3",
"tailwindcss": "^3.2.4",
"tinacms": "^1.5.16",
"typescript": "^4.9.5",
"use-ergo-state": "^0.0.3",
"use-presence": "^1.2.0"
},
"resolutions": {
"final-form": "4.20.1"
},
"engines": {
"node": "18.x",
"npm": "9.x"
}
}