-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1008 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
41
42
43
{
"homepage": "https://msz5213.github.io/mdzamanportfolio",
"name": "mdzaman-portfolio",
"version": "1.0.0",
"description": "protfolio",
"github": "git@github.com:msz5213/mdzamanportfolio.git",
"main": "src/index.js",
"keywords": [
"portfolio",
"javascript",
"reactJS",
"html5",
"css3"
],
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.1.5",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-mdl": "1.11.0",
"react-router-dom": "5.0.1",
"react-scripts": "5"
},
"devDependencies": {
"gh-pages": "^6.2.0",
"typescript": "3.3.3"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}