-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.11 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.11 KB
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
{
"name": "alphpad-com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"aos": "^2.3.4",
"babel-plugin-macros": "^3.1.0",
"bootstrap": "^5.2.3",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"next": "13.3.0",
"react": "18.2.0",
"react-bootstrap": "^2.7.2",
"react-bootstrap-accordion": "^1.0.0",
"react-copy-to-clipboard": "^5.1.0",
"react-countup": "^6.4.2",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.8",
"react-scroll-to-top": "^3.0.0",
"sass-loader": "^13.2.2",
"swiper": "^9.1.0"
},
"devDependencies": {
"sass": "^1.60.0"
}
}