-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.24 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
{
"name": "@tinacms/starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "tinacms dev -c \"next dev\"",
"build": "tinacms build && next build",
"start": "tinacms build && next start",
"export": "npm run build && next export",
"lint": "next lint",
"dev:build": "next build"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tinacms/cli": "^1.5.34",
"@types/js-cookie": "^3.0.0",
"@types/node": "^20.14.4",
"@types/react": "^18.3.3",
"@types/styled-components": "^5.1.15",
"autoprefixer": "^10.4.0",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8.3.11",
"postcss-import": "^16.1.0",
"postcss-nesting": "^12.1.5"
},
"dependencies": {
"@headlessui/react": "^2.1.1",
"@tailwindcss/typography": "^0.5.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.1",
"date-fns": "^3.6.0",
"next": "^14.2.4",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"styled-jsx": "^5.1.1",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.2.4",
"tinacms": "^1.6.4",
"typescript": "^5.5.3"
},
"resolutions": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}