-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"name": "mkdn",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"crypto-js": "^4.1.1",
"file-saver": "^2.0.5",
"formidable": "^1.2.2",
"lodash": "^4.17.21",
"nanoid": "^3.1.25",
"next": "11.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"rich-markdown-editor": "^11.17.1",
"sanitize-filename": "^1.6.3",
"styled-components": "^5.3.0",
"web3.storage": "^3.1.0"
},
"devDependencies": {
"@types/crypto-js": "^4.0.2",
"@types/file-saver": "^2.0.3",
"@types/formidable": "^1.2.3",
"@types/lodash": "^4.14.172",
"@types/react": "17.0.15",
"@types/react-dom": "^17.0.9",
"eslint": "7.32.0",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.3.2",
"typescript": "4.3.5"
}
}