-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.33 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
{
"name": "astroclash",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@n8tb1t/use-scroll-position": "^2.0.3",
"@types/react-dom": "^18.0.5",
"@types/react-lottie": "^1.2.6",
"@types/react-outside-click-handler": "^1.3.1",
"@types/react-responsive": "^8.0.5",
"@types/react-slick": "^0.23.8",
"@types/react-transition-group": "^4.4.4",
"@types/scroll-lock": "^2.1.0",
"classnames": "^2.3.1",
"gsap": "^3.10.4",
"next": "12.0.8",
"rc-tooltip": "^5.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-lottie": "^1.2.3",
"react-outside-click-handler": "^1.3.0",
"react-responsive": "^9.0.0-beta.10",
"react-slick": "^0.28.1",
"react-slider": "^2.0.0",
"react-transition-group": "^4.4.2",
"sass": "^1.48.0",
"scroll-lock": "^2.1.5",
"sharp": "^0.30.7",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"@types/node": "17.0.9",
"@types/react": "17.0.38",
"@types/react-slider": "^1.3.1",
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"typescript": "4.5.4"
}
}