-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.04 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": "nextecom",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-spring/parallax": "^9.7.3",
"@studio-freight/lenis": "^1.0.28",
"@zeit/next-css": "^1.0.1",
"axios": "^1.6.2",
"bootstrap": "^5.3.0",
"chart.js": "^4.4.0",
"css-loader": "^6.8.1",
"d3": "^7.8.5",
"gsap": "^3.12.2",
"inter": "^2.1.0",
"lodash": "^4.17.21",
"lodash.throttle": "^4.1.1",
"next": "^14.0.3",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.8.5",
"react": "18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "18.2.0",
"reactstrap": "^9.2.1",
"sass": "^1.62.1",
"sass-loader": "^13.3.1",
"style-loader": "^3.3.3",
"swiper": "^9.4.1",
"tailwind-merge": "^2.1.0"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"postcss": "^8.4.14",
"tailwindcss": "^3.3.6"
}
}