-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.13 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
{
"name": "portfolio",
"version": "4.0.0",
"description": "Professional Portfolio",
"scripts": {
"build": "webpack --progress --colors --display-error-details",
"build:dev": "npm run build -- --config webpack.dev.js",
"build:prod": "npm run build -- --config webpack.prod.js"
},
"dependencies": {
"immutable": "^4.0.0-rc.12",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-pdf": "^4.1.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"redux": "^4.0.4",
"redux-immutable": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"css-loader": "^3.3.2",
"file-loader": "^5.0.2",
"source-map-loader": "^0.2.4",
"style-loader": "^1.0.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-merge": "^4.2.2"
},
"author": "Paul Reesman <[email protected]>",
"repository": "https://github.com/reesmanp/reesmanp.github.io",
"homepage": "https://reesmanp.github.io",
"license": "ISC"
}