generated from tinacms/tina-docs-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
{
"name": "tina-docs-example",
"author": "TinaCMS",
"version": "1.0.0",
"description": "A minimal doc generator based on Next.js & mdx with TIna",
"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\""
},
"dependencies": {
"@tinacms/auth": "^0.50.1",
"@tinacms/cli": "^0.56.4",
"@xstyled/styled-components": "^3.0.0",
"gray-matter": "^4.0.2",
"next": "10.0.5",
"next-mdx-remote": "^3.0.1",
"next-remote-watch": "1.0.0",
"next-tinacms-cloudinary": "^3.3.4",
"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": "^0.57.3"
},
"devDependencies": {
"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"
}