-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.38 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
{
"name": "@tinacms/starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "yarn tinacms server:start -c \"next dev -p 5300\"",
"build": "yarn tinacms server:start -c \"next build\"",
"start": "yarn tinacms server:start -c \"next start -p 5300\"",
"export": "yarn build && next export"
},
"devDependencies": {
"@tinacms/cli": "^0.55.2",
"@types/js-cookie": "^2.2.6",
"@types/node": "^13.13.1",
"@types/styled-components": "^5.1.3"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@headlessui/react": "^1.3.0",
"@svgr/webpack": "^5.5.0",
"@tailwindcss/typography": "^0.4.1",
"@tinacms/auth": "^0.50.1",
"@tinacms/toolkit": "^0.54.0",
"@types/react": "^17.0.30",
"autoprefixer": "^10.2.6",
"date-fns": "^2.23.0",
"next": "10.0.5",
"next-svgr": "^0.0.2",
"next-tinacms-cloudinary": "^3.2.4",
"postcss": "^8.3.5",
"postcss-import": "^14.0.2",
"postcss-nesting": "^8.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^4.2.0",
"react-is": "^17.0.2",
"react-markdown": "^5.0.3",
"react-tinacms-editor": "^0.51.7",
"styled-components": "^5.1.3",
"styled-jsx": "^3.2.5",
"tailwindcss": "^2.2.17",
"tinacms": "^0.55.2",
"typescript": "^3.8.3"
},
"resolutions": {
"final-form": "4.20.1"
},
"packageManager": "[email protected]"
}