-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 848 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 848 Bytes
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
{
"name": "nextjs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"bn.js": "^5.2.0",
"dayjs": "^1.10.7",
"grommet": "^2.19.0",
"lodash": "^4.17.21",
"markdown-it": "^12.3.2",
"near-api-js": "^0.43.1",
"next": "12.0.4",
"pubsub-js": "^1.9.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-feather": "^2.0.9",
"react-markdown": "^7.1.0",
"react-markdown-editor-lite": "^1.3.1",
"remark-gfm": "^3.0.1",
"rich-markdown-editor": "^11.19.4",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@types/react": "^17.0.35",
"eslint": "8.2.0",
"eslint-config-next": "12.0.4",
"shelljs": "^0.8.4",
"typescript": "^4.5.2"
}
}