forked from tinalabs/next-git-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 728 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 728 Bytes
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
{
"name": "blog-starter",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"classnames": "2.2.6",
"date-fns": "2.16.1",
"gray-matter": "4.0.2",
"next": "latest",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-tinacms-editor": "^0.41.0",
"react-tinacms-inline": "^0.41.0",
"remark": "13.0.0",
"remark-html": "13.0.1",
"styled-components": "^5.3.0",
"tina-graphql-gateway": "^0.2.11",
"tinacms": "^0.41.0"
},
"devDependencies": {
"autoprefixer": "^10.2.1",
"postcss": "^8.2.4",
"tailwindcss": "^2.0.2",
"tina-graphql-gateway-cli": "^0.2.42"
},
"license": "MIT"
}