-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 859 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 859 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
37
{
"name": "creator-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.4",
"@chakra-ui/react": "^2.2.4",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@reduxjs/toolkit": "^1.8.3",
"axios": "^0.27.2",
"firebase": "^9.9.3",
"framer-motion": "^6.5.1",
"highlight.js": "^11.6.0",
"html-react-parser": "^3.0.3",
"next": "12.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.34.0",
"react-icons": "^4.4.0",
"react-quill": "^2.0.0",
"react-redux": "^8.0.2",
"react-toastify": "^9.0.8",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"eslint-config-prettier": "^8.5.0"
}
}