-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.37 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
{
"name": "portfolioapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon server.js",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"postinstall": "npm install ajv",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client --legacy-peer-deps && npm run build --prefix client"
},
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"ajv": "^8.16.0",
"ajv-keywords": "^5.1.0",
"concurrently": "^8.2.2",
"cors": "^2.8.5",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"font-awesome": "^4.7.0",
"nodemailer": "^6.9.8",
"nodemon": "^3.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-owl-carousel": "^2.3.3",
"react-slick": "^0.30.1",
"react-vertical-timeline-component": "^3.6.0",
"slick-carousel": "^1.8.1",
"swiper": "^11.0.6"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
}
}