-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "killerwhale-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"axios": "^0.24.0",
"clsx": "^1.1.1",
"currency.js": "^2.0.4",
"embla-carousel-react": "^6.0.2",
"html2canvas": "^1.3.3",
"luxon": "^2.2.0",
"next": "11.1.2",
"next-seo": "^4.28.1",
"react": "17.0.2",
"react-cookie-consent": "^7.2.1",
"react-cool-onclickoutside": "^1.7.0",
"react-countup": "^6.1.0",
"react-dom": "17.0.2",
"react-fast-marquee": "^1.2.1",
"react-gtm-module": "^2.0.11",
"react-icons": "^4.3.1",
"react-markdown": "^7.1.1",
"rehype-raw": "^6.1.0",
"sass": "^1.43.3",
"sharp": "^0.29.3",
"swr": "^1.0.1"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.1.2"
}
}