-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 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
{
"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"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "12.3.4",
"@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",
"postcss": "^8.3.11",
"postcss-import": "^16.1.0",
"postcss-nesting": "^12.1.5"
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@tailwindcss/typography": "^0.5.8",
"date-fns": "^3.6.0",
"next": "12.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"styled-jsx": "^5.1.1",
"tailwindcss": "^3.2.4",
"tinacms": "^1.6.4",
"typescript": "^5.4.5"
}
}