-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.21 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
{
"name": "frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"dotenv": "^16.0.3",
"firebase": "^7.19.0",
"gapi-cjs": "^1.0.3",
"gapi-script": "^1.2.0",
"highlight.js": "^11.7.0",
"i": "^0.3.6",
"isomorphic-fetch": "^2.2.1",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"moment": "^2.24.0",
"next": "^9.5.5",
"npm": "^6.11.3",
"nprogress": "^0.2.0",
"postcss-cli": "^10.1.0",
"prop-types": "^15.7.2",
"query-string": "^6.8.3",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-hot-toast": "^2.4.0",
"react-quill": "^1.3.5",
"react-render-html": "^0.6.0",
"react-scripts": "^5.0.1",
"react-social-login": "^3.4.16",
"react-toastify": "^8.0.0",
"reactstrap": "^8.0.1",
"rich-markdown-editor": "^11.21.3",
"use-clippy": "^1.0.9",
"use-copy": "^0.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
}
}