forked from workout-lol/workout-lol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 988 Bytes
/
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
{
"name": "simple-workout",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@mantine/core": "^6.0.10",
"@mantine/hooks": "^6.0.10",
"@mantine/next": "^6.0.10",
"@svgr/webpack": "^8.0.1",
"@tabler/icons-react": "^2.18.0",
"crypto-js": "^4.1.1",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"mongodb": "^5.4.0",
"next": "13.4.1",
"next-auth": "^4.22.1",
"nextjs-cors": "^2.1.2",
"party-js": "^2.2.0",
"random-word-slugs": "^0.1.7",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-lazyload": "^3.2.0",
"slugify": "^1.6.6",
"swr": "^2.1.5",
"uuid": "^9.0.0"
},
"devDependencies": {
"nodejs-web-scraper": "^6.1.3"
}
}