-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "demba-react",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "dotenv -e .env next start",
"sass": "node-sass --watch public/static/scss/style.scss public/assets/css/style.css --source-map public/static/css/style.css.map",
"lint": "next lint"
},
"dependencies": {
"dotenv": "^16.3.1",
"emailjs-com": "^3.2.0",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"i": "^0.3.7",
"isotope-layout": "^3.0.6",
"markdown-to-jsx": "^7.3.2",
"next": "12.3.1",
"nodemailer": "^6.9.15",
"npm": "^10.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-tsparticles": "^2.5.3",
"remark": "^15.0.1",
"remark-html": "^15.0.2",
"resend": "^4.0.1-alpha.0",
"sass": "^1.67.0",
"swiper": "^8.4.4",
"tsparticles": "^2.5.3",
"typed.js": "^2.0.12"
},
"devDependencies": {
"eslint": "8.24.0",
"eslint-config-next": "12.3.1"
},
"description": "Demba Sow Portfolio",
"main": "index.js",
"author": "Demba Sow",
"license": "ISC"
}