-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 797 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 797 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@clerk/clerk-react": "^1.22.0",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@fseehawer/react-circular-slider": "^2.3.9",
"@material-ui/core": "^4.12.0",
"axios": "^0.24.0",
"classnames": "^2.3.1",
"html2canvas": "^1.4.0",
"lodash": "^4.17.21",
"next": "latest",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.0.0",
"react-icons": "^4.3.1",
"react-rnd": "^10.3.4"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"prettier": "2.4.1",
"tailwindcss": "^2.2.4"
}
}