forked from Walkover-Web-Solution/next-msg92
-
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) · 978 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 978 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
36
37
38
39
{
"name": "next-msg92",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 9999",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@react-oauth/google": "^0.11.1",
"axios": "^1.3.4",
"bootstrap": "^5.2.3",
"console_comment": "^1.0.2",
"date-fns": "^2.19.0",
"dotenv": "^16.0.3",
"gray-matter": "^4.0.2",
"httpsnippet": "^2.0.0",
"jquery": "^3.6.4",
"js-yaml": "^4.0.0",
"next": "13.2.4",
"next-mdx-remote": "^4.4.1",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-bootstrap": "^2.8.0",
"react-bootstrap-typeahead": "^6.0.2",
"react-calendly": "^4.1.1",
"react-dom": "18.2.0",
"react-icon": "^1.0.0",
"react-icons": "^4.8.0",
"react-player": "^2.12.0",
"react-select": "^5.7.7",
"react-toastify": "^9.1.3",
"react-youtube": "^10.1.0",
"sass": "^1.60.0"
}
}