-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.73 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
53
54
55
56
57
58
59
60
{
"name": "starcoin-scan",
"version": "0.1.0",
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build",
"export": "next export",
"format": "prettier --config .prettierrc.json --write .",
"lint": "eslint ."
},
"dependencies": {
"@chakra-ui/icons": "^1.0.14",
"@chakra-ui/react": "^1.6.5",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@monaco-editor/react": "^4.2.1",
"@sinclair/typebox": "^0.20.4",
"@starcoin/starcoin": "^1.4.5",
"ajv": "^8.6.2",
"ajv-formats": "^2.1.0",
"bluebird": "^3.7.2",
"bson": "^4.4.1",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.10.6",
"downshift": "^6.1.6",
"framer-motion": "^4.1.17",
"lodash": "^4.17.21",
"monaco-editor": "^0.26.1",
"mongodb": "^4.1.0",
"next": "^11.0.1",
"next-transpile-modules": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-perfect-scrollbar": "^1.5.8",
"swr": "^1.0.0-beta.9",
"timeago-react": "^3.0.3"
},
"devDependencies": {
"@types/bluebird": "^3.5.36",
"@types/lodash": "^4.14.172",
"@types/react": "^17.0.16",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/typescript-estree": "^4.29.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2",
"typescript": "^4.3.5"
},
"license": "Apache-2.0"
}