-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 913 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 913 Bytes
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": "weddingrsv",
"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.2.1",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"bootstrap": "^5.2.3",
"embla-carousel-react": "^7.1.0",
"include-media": "^1.4.10",
"jquery": "^3.6.4",
"mongodb": "^4.12.1",
"next": "13.0.4",
"react": "18.2.0",
"react-awesome-reveal": "^4.2.3",
"react-data-table-component": "^7.5.3",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"sass": "^1.56.1",
"scss": "^0.2.4",
"styled-components": "^5.3.6"
},
"devDependencies": {
"eslint": "8.28.0",
"eslint-config-next": "13.0.4"
}
}