-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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
{
"name": "lapras",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.5",
"@heroicons/react": "^1.0.6",
"@tawk.to/tawk-messenger-react": "^2.0.1",
"animejs": "^3.2.1",
"date-fns": "^2.29.3",
"dayjs": "^1.11.5",
"dotnet": "^1.1.4",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"luxon": "^3.1.0",
"mongodb": "^4.8.0",
"mongoose": "^6.5.2",
"next": "^12.2.2",
"next-themes": "^0.2.0",
"nprogress": "^0.2.0",
"pure-react-carousel": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-charts": "^4.0.0",
"react-icons": "^4.7.1",
"socket.io-client": "^4.5.2",
"three": "^0.145.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.20.0",
"eslint-config-next": "12.2.2",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6"
}
}