forked from flomesh-io/pipy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.42 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
45
46
47
48
49
50
51
52
{
"name": "pipy",
"private": true,
"dependencies": {
"@fontsource/titillium-web": "^4.5.3",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^3.2.1",
"gatsby-plugin-material-ui": "^3.0.0",
"gatsby-plugin-mdx": "^2.14.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-source-filesystem": "^3.14.0",
"github-slugger": "^1.4.0",
"monaco-editor": "^0.29.1",
"monaco-editor-webpack-plugin": "^5.0.0",
"prism-react-renderer": "^1.2.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-markdown": "^8.0.3",
"react-query": "^3.23.2",
"react-spaces": "^0.2.0",
"react-split-pane": "^2.0.3",
"react-timeago": "^6.2.1",
"remark-slug": "^6.0.0"
},
"devDependencies": {
"chalk": "^5.0.0",
"commander": "^8.3.0",
"express": "^4.17.1",
"get-stream": "^5.2.0",
"got": "^12.1.0",
"log-update": "^5.0.1",
"pretty-bytes": "^5.6.0",
"systeminformation": "^5.17.13",
"tar-stream": "^2.2.0",
"typedoc": "^0.23.15",
"typescript": "^4.8.4",
"yaml": "^1.10.2"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -p 5000",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
}
}