-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.58 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
45
46
47
{
"name": "victoria-alawi-fullstack-web-developer-portfolio",
"version": "1.0.0",
"main": "server/server.js",
"scripts": {
"start": "node server/server.js",
"develop": "concurrently \"cd server && npm run watch\" \"cd client && npm run dev\"",
"install": "cd server && npm i && cd ../client && npm i",
"seed": "cd server && npm run seed",
"build": "cd client && npm run build",
"build:lambda": "netlify-lambda build netlify/functions",
"develops": "concurrently \"cd server && npm run watch\" \"cd client && npm run dev\""
},
"author": "Victoria Alawi | Light of Twelve | www.lightoftwelve.com",
"license": "",
"devDependencies": {
"concurrently": "^5.3.0",
"netlify-lambda": "^2.0.16"
},
"dependencies": {
"aws-sdk": "^2.1481.0",
"dotenv": "^16.3.1",
"nodemailer": "^6.9.7"
},
"keywords": [
"react",
"react.js",
"ui-design",
"web-development",
"css3",
"aws-s3",
"portfolio-website",
"contact-form",
"web-design",
"nodemailer",
"personal-portfolio",
"github-portfolio",
"full-stack-developer",
"online-resume",
"resume-download",
"netlify-deployment",
"interactive-ui",
"web-developer-portfolio",
"project-showcase"
],
"description": "This portfolio is a culmination of my work, highlighting my skills in web design and development. It provides an interactive way for potential clients or employers to view my projects, learn about my background, and get in touch with me. The user interface is designed to be intuitive, providing a seamless browsing experience."
}