-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1001 Bytes
/
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
{
"name": "portfolio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server/index.js",
"build": "cd client && npm install && npm run build"
},
"engines": {
"node": " v14.17.3"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@mui/material": "^5.6.2",
"classnames": "^2.3.1",
"express": "^4.17.2",
"gsap": "^3.12.2",
"joi": "^17.9.2",
"nodemon": "^2.0.15",
"npm-check-updates": "^12.5.9",
"react-icons": "^4.3.1",
"react-router-dom": "^6.2.1",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"sass": "^1.50.1"
},
"devDependencies": {
"eslint": "^8.15.0",
"eslint-plugin-react": "^7.29.4"
},
"proxy": "http://localhost:8080"
}