forked from tinacms/tina-cloud-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "@tinacms/starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "yarn tinacms server:start -c \"next dev\"",
"build": "yarn tinacms server:start -c \"next build\"",
"start": "yarn tinacms server:start -c \"next start\"",
"export": "yarn build && next export"
},
"devDependencies": {
"@tinacms/cli": "0.58.5",
"@types/js-cookie": "^3.0.0",
"@types/node": "^16.11.7",
"@types/react": "^17.0.35",
"@types/styled-components": "^5.1.15",
"autoprefixer": "^10.4.0",
"postcss": "^8.3.11",
"postcss-import": "^14.0.2",
"postcss-nesting": "^9.0.0",
"tailwindcss": "^2.2.19"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@tailwindcss/typography": "^0.4.1",
"@tinacms/auth": "0.50.2",
"date-fns": "^2.23.0",
"next": "^12.0.4",
"next-svgr": "^0.0.2",
"next-tinacms-cloudinary": "3.4.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-is": "^17.0.2",
"styled-components": "^5.1.3",
"styled-jsx": "^3.2.5",
"tinacms": "0.61.1",
"typescript": "^4.5.2"
},
"resolutions": {
"final-form": "4.20.1"
}
}