-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 868 Bytes
/
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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server.js",
"dev-next": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"animate.css": "^4.1.1",
"bootstrap": "^5.1.3",
"express": "^4.17.3",
"framer-motion": "^6.2.8",
"next": "12.1.0",
"react": "17.0.2",
"react-animation-on-scroll": "^5.0.0",
"react-bootstrap": "^2.2.1",
"react-dom": "17.0.2",
"react-hide-on-scroll": "^1.1.4",
"react-icons": "^4.3.1",
"react-loader-spinner": "^6.0.0-0",
"react-masonry-css": "^1.0.16",
"react-responsive-masonry": "^2.1.4",
"react-scroll": "^1.8.6",
"react-slick": "^0.28.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"eslint": "8.11.0",
"eslint-config-next": "12.1.0"
}
}