forked from moovweb-docs/xdn-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.3 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.3 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
{
"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.17.0",
"@xdn/next": "^2.17.0",
"@xdn/prefetch": "^2.17.0",
"@xdn/react": "^2.17.0",
"clsx": "^1.1.1",
"file-loader": "^6.0.0",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.20",
"lunr": "^2.3.8",
"next": "^9.5.3",
"prismjs": "^1.20.0",
"raw-loader": "^4.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.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.17.0",
"babel-loader": "^8.1.0",
"prettier": "^1.19.1"
}
}