-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/react-fontawesome": "^0.1.13",
"@types/node": "^14.14.9",
"@types/react": "^17.0.0",
"cors": "^2.8.5",
"font-awesome": "^4.7.0",
"js-cookie": "^2.2.1",
"jspdf": "^2.1.1",
"markdown-it": "^12.0.2",
"moment": "^2.29.1",
"next": "10.0.2",
"react": "17.0.1",
"react-device-detect": "^1.17.0",
"react-dom": "17.0.1",
"react-google-login": "^5.1.25",
"react-loader-spinner": "^3.1.14",
"react-markdown": "^5.0.3",
"react-markdown-editor-lite": "^1.2.2",
"react-syntax-highlighter": "^15.3.1",
"react-top-loading-bar": "^2.0.1",
"remark-gfm": "^1.0.0",
"sass": "^1.29.0",
"scss": "^0.2.4",
"typescript": "^4.1.2"
},
"devDependencies": {
"@editorjs/checklist": "^1.3.0",
"@editorjs/editorjs": "^2.19.0",
"@editorjs/image": "^2.6.0",
"@editorjs/paragraph": "^2.8.0",
"react-editor-js": "^1.6.2"
}
}