forked from EvmosGov/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "govevmos",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build",
"export": "next export",
"debug": "NODE_OPTIONS='--inspect' next dev",
"postinstall": "patch-package"
},
"author": "Shu Ding",
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.6",
"@mui/x-data-grid": "^5.17.0",
"@mui/x-date-pickers": "^5.0.0",
"@vercel/analytics": "^0.1.6",
"jsonpath-plus": "^7.0.0",
"moment": "^2.29.4",
"next": "^12.1.0",
"next-axiom": "^0.14.0",
"nextra": "^1.1.0",
"nextra-theme-docs": "^1.2.6",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"react": "^17.0.1",
"react-bootstrap-icons": "^1.8.4",
"react-dom": "^17.0.1",
"react-tailwind-table": "^1.1.1",
"remark-collapse": "^0.1.2"
},
"devDependencies": {
"prettier": "^2.0.5"
},
"prettier": {
"semi": false,
"singleQuote": true
}
}