-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
44 lines (44 loc) · 1.23 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
{
"name": "tina-docs-example",
"author": "TinaCMS",
"version": "1.0.0",
"description": "A minimal doc generator based on Next.js & mdx with TIna",
"scripts": {
"dev": "tinacms dev -c \"next dev\"",
"build": "tinacms build && next build",
"start": "tinacms build && next start",
"export": "npm run build && next export"
},
"dependencies": {
"@tinacms/auth": "^0.50.4",
"@xstyled/styled-components": "^3.0.0",
"gray-matter": "^4.0.2",
"next": "^12.0.7",
"next-mdx-remote": "^3.0.1",
"next-remote-watch": "1.0.0",
"next-tinacms-cloudinary": "^3.5.30",
"polished": "^4.1.2",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-is": "^17.0.2",
"react-live": "^2.2.3",
"react-player": "^2.9.0",
"reakit": "^1.3.8",
"remark": "13.0.0",
"remark-html": "13.0.1",
"styled-components": "^5.3.3",
"tinacms": "1.5.6"
},
"devDependencies": {
"@tinacms/cli": "1.5.13",
"babel-plugin-styled-components": "^1.12.0",
"github-slugger": "^1.3.0",
"mdast-util-to-string": "^2.0.0",
"serve": "^11.3.2",
"unist-util-visit": "^2.0.3"
},
"license": "MIT"
}