forked from tinacms/tina-cloud-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 889 Bytes
/
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
{
"name": "@tinacms/starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "yarn tina-gql server:start -c \"next dev\"",
"build": "yarn tina-gql server:start -c \"next build\"",
"start": "yarn tina-gql server:start -c \"next start\"",
"export": "yarn build && next export"
},
"devDependencies": {
"@types/js-cookie": "^2.2.6",
"@types/node": "^13.13.1",
"@types/react": "^16.9.43",
"@types/styled-components": "^5.1.3",
"tina-graphql-gateway-cli": "^0.2.51"
},
"dependencies": {
"next": "10.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-is": "^17.0.2",
"react-markdown": "^5.0.3",
"styled-components": "^5.1.3",
"styled-jsx": "^3.2.5",
"tina-graphql-gateway": "^0.2.17",
"tinacms": "0.41.0",
"typescript": "^3.8.3"
},
"resolutions": {
"final-form": "4.20.1"
}
}