-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.55 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
48
49
50
51
52
53
54
55
{
"name": "liquid",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@mui/icons-material": "^5.4.2",
"@mui/material": "^5.4.3",
"@mui/styled-engine-sc": "^5.4.2",
"@pmndrs/branding": "0.0.8",
"@react-spring/three": "^9.4.3",
"@react-spring/web": "^9.4.3",
"@react-three/drei": "^8.16.4",
"@react-three/fiber": "^7.0.26",
"@react-three/postprocessing": "^2.1.6",
"aos": "^3.0.0-beta.6",
"bootstrap": "^5.1.3",
"font-awesome": "^4.7.0",
"gsap": "^3.9.1",
"next": "12.0.10",
"react": "17.0.2",
"react-bootstrap": "^2.1.2",
"react-dom": "17.0.2",
"react-helmet": "^6.1.0",
"react-map-interaction": "^2.1.0",
"react-player": "^2.9.0",
"react-remove-scroll": "^2.4.4",
"react-remove-scroll-bar": "^2.2.0",
"react-scroll": "^1.8.6",
"react-spring": "^8.0.27",
"react-tabs": "^3.2.3",
"react-three": "^0.9.7",
"react-three-flex": "^0.5.2",
"sass": "^1.49.7",
"styled-components": "^5.3.3",
"swiper": "^8.0.5",
"three": "^0.137.5"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"autoprefixer": "^10.4.2",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10"
}
}