-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.6 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
48
49
50
51
52
53
54
55
56
57
{
"name": "portfolio",
"version": "1.0.0",
"description": "my-personal-site",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack-dev-server",
"dev": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/olenadanykh/portfolio.git"
},
"keywords": [],
"author": "Olena Danykh",
"license": "ISC",
"bugs": {
"url": "https://github.com/olenadanykh/portfolio/issues"
},
"homepage": "https://github.com/olenadanykh/portfolio#readme",
"dependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@material-ui/core": "^4.11.0",
"babel-loader": "^8.1.0",
"css-loader": "^4.0.0",
"emailjs-com": "^2.6.3",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"mdbreact": "^4.27.0",
"node-sass": "^4.14.1",
"path": "^0.12.7",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-dom": "^16.13.1",
"react-horizontal-scrolling-menu": "^0.7.7",
"react-icons": "^3.10.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"reactstrap": "^8.5.1",
"sass-loader": "^9.0.2",
"social-media-icons-react": "^1.0.10",
"style-loader": "^1.2.1",
"sweetalert2": "^9.17.1",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"react-social-icons": "^4.1.0"
}
}