-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.4 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
{
"name": "portfolio",
"version": "1.0.0",
"description": "A personal portfolio",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --open --mode development",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf docs && webpack --mode production --config webpack.prod.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rishisuresh7/portfolio.git"
},
"author": "Rishi Suresh",
"license": "ISC",
"bugs": {
"url": "https://github.com/rishisuresh7/portfolio/issues"
},
"devDependencies": {
"@babel/core": "^7.10.1",
"@babel/preset-env": "^7.10.1",
"@babel/preset-react": "^7.10.1",
"babel-loader": "^8.3.0",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^6.7.3",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^5.5.0",
"sass-loader": "^13.2.0",
"style-loader": "^1.2.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^3.11.0",
"workbox-webpack-plugin": "^5.1.3"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-fullscreen-loading": "0.0.4",
"react-helmet": "^6.1.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"sass": "^1.26.7"
}
}