-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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": "blogar",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^3.6.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.3.1",
"bootstrap": "^5.3.3",
"flag-icons": "^7.2.3",
"framer-motion": "^6.5.1",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"luxon": "^3.0.1",
"next": "12.1.6",
"path": "^0.12.7",
"react": "18.2.0",
"react-audio-player": "^0.17.0",
"react-bootstrap": "^2.10.3",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-paginate": "^8.1.3",
"react-search-box": "^2.3.0",
"react-slick": "^0.29.0",
"react-svg": "^16.2.0",
"react-svg-worldmap": "^2.0.0-alpha.16",
"react-tooltip": "^5.28.0",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"sass": "^1.52.3",
"sharp": "^0.30.7"
},
"devDependencies": {
"eslint": "8.18.0",
"eslint-config-next": "12.1.6"
}
}