-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.2 KB
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": "@active-mdx/software-project-demo-site",
"version": "0.8.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"sync:content": "cp -r ../active-mdx/docs/* content/ && git checkout content/*.js content/**/*.js",
"console": "node scripts/console.mjs"
},
"activeMdx": {
"rootPath": "docs"
},
"dependencies": {
"@active-mdx/core": "^0.8.0",
"@codesandbox/sandpack-react": "^0.9.8",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/mdx": "^1.6.22",
"@monaco-editor/react": "^4.3.1",
"@next/mdx": "^12.0.4",
"gray-matter": "^4.0.3",
"isomorphic-vm": "^0.0.1",
"lodash.debounce": "^4.0.8",
"next": "12.0.4",
"react": "17.0.2",
"react-code-blocks": "^0.0.9-0",
"react-dom": "17.0.2",
"react-json-inspector": "^7.1.1",
"react-syntax-highlighter": "^15.4.5",
"rehype-slug": "^5.0.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.4",
"stringify-object": "^4.0.0",
"octokit": "^1.7.1"
},
"devDependencies": {
"@skypager/cli": "^1.4.2",
"@skypager/node": "^1.4.2",
"eslint": "7.32.0",
"eslint-config-next": "12.0.4"
}
}