-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.63 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
56
57
58
59
{
"name": "bandportfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/font": "13.1.2",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"animate.css": "^4.1.1",
"atropos": "^1.0.2",
"eslint": "8.32.0",
"eslint-config-next": "13.1.2",
"flickity": "^3.0.0",
"framer-motion": "^10.12.2",
"intersection-observer": "^0.12.2",
"masonry-layout": "^4.2.2",
"netlify": "^13.1.7",
"next": "13.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"react-id-swiper": "^4.0.0",
"react-intersection-observer": "^9.4.3",
"react-masonry-css": "^1.0.16",
"react-native-svg": "^13.8.0",
"react-particles": "^2.9.3",
"react-responsive-carousel": "^3.2.23",
"react-responsive-masonry": "^2.1.7",
"react-slick": "^0.29.0",
"react-spring": "^9.7.1",
"react-toastify": "^9.1.2",
"react-tsparticles": "^2.9.3",
"slick-carousel": "^1.8.1",
"swiper": "^9.3.0",
"tsparticles": "^2.9.3",
"typescript": "4.9.4",
"typewriter-effect": "^2.19.0"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"file-loader": "^6.2.0",
"postcss": "^8.4.21",
"svg-loader": "^0.0.2",
"tailwindcss": "^2.2.2"
}
}