This repository was archived by the owner on Apr 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.43 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.43 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
45
46
47
48
49
50
{
"name": "xdn-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"xdn": "xdn",
"start": "xdn run",
"prod": "xdn run --production",
"dev": "next dev",
"build": "xdn build",
"deploy": "xdn deploy moovweb-docs",
"xdn:update": "npm i --save @xdn/core@latest @xdn/next@latest @xdn/cli@latest @xdn/prefetch@latest @xdn/react@latest",
"xdn:link": "yalc add @xdn/core @xdn/next @xdn/cli @xdn/prefetch @xdn/react"
},
"dependencies": {
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/styles": "^4.10.0",
"@svgr/webpack": "^5.4.0",
"@xdn/core": "^2.46.9",
"@xdn/next": "^2.46.9",
"@xdn/prefetch": "^2.46.9",
"@xdn/react": "^2.46.9",
"@xdn/rum": "0.0.2-alpha.4",
"clsx": "^1.1.1",
"cross-fetch": "^3.0.6",
"file-loader": "^6.0.0",
"isomorphic-fetch": "^2.2.1",
"lodash.throttle": "^4.1.1",
"lunr": "^2.3.8",
"markdown-headings": "^2.0.0",
"next": "^10.0.7",
"prismjs": "^1.23.0",
"raw-loader": "^4.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-github-buttons": "^0.4.0",
"react-markdown": "^4.2.2",
"react-resizable": "^1.10.1",
"react-syntax-highlighter": "^12.2.1",
"url-loader": "^4.1.0"
},
"devDependencies": {
"@xdn/cli": "^2.46.9",
"babel-loader": "^8.1.0",
"prettier": "^1.19.1",
"webpack": "^4.46.0"
}
}