-
Notifications
You must be signed in to change notification settings - Fork 376
/
package.json
45 lines (45 loc) · 1.27 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
{
"name": "@tinacms/starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "tinacms dev -c \"next dev\"",
"build": "tinacms build && next build",
"build-local": "tinacms build --local --skip-indexing --skip-cloud-checks && 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.6.11",
"@types/js-cookie": "^3.0.6",
"@types/node": "^22.5.1",
"@types/react": "^18.3.4",
"@types/styled-components": "^5.1.34",
"autoprefixer": "^10.4.20",
"eslint": "^8.0.0",
"eslint-config-next": "14.2.4",
"postcss": "^8.4.41",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.0"
},
"dependencies": {
"@headlessui/react": "^2.1.3",
"@tailwindcss/typography": "^0.5.14",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"next": "^14.2.7",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"styled-jsx": "^5.1.6",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"tinacms": "^2.4.0",
"typescript": "^5.5.4"
}
}