61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "domsplace",
|
|
"version": "5.0.0",
|
|
"description": "Personal website for Dominic \"YouWish\" Masters.",
|
|
"main": "private/index.js",
|
|
"scripts": {
|
|
"serve": "webpack-serve --config ./webpack.config.js",
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/YourWishes/domsPlaceNew.git"
|
|
},
|
|
"keywords": [
|
|
"domsplace",
|
|
"personal",
|
|
"portfolio",
|
|
"website"
|
|
],
|
|
"author": "Dominic Masters",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/YourWishes/domsPlaceNew/issues"
|
|
},
|
|
"homepage": "https://github.com/YourWishes/domsPlaceNew#readme",
|
|
"dependencies": {
|
|
"babel-core": "^6.26.3",
|
|
"babel-loader": "^7.1.4",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-preset-react": "^6.24.1",
|
|
"body-parser": "^1.18.3",
|
|
"compression-webpack-plugin": "^1.1.11",
|
|
"css-loader": "^0.28.11",
|
|
"express": "^4.16.3",
|
|
"file-loader": "^1.1.11",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"mini-css-extract-plugin": "^0.4.1",
|
|
"node-sass": "^4.9.0",
|
|
"pg-promise": "^8.4.4",
|
|
"react": "^16.4.0",
|
|
"react-dom": "^16.4.0",
|
|
"react-helmet": "^5.2.0",
|
|
"react-redux": "^5.0.7",
|
|
"react-router": "^4.3.1",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-tap-event-plugin": "^3.0.3",
|
|
"react-transition-group": "^2.3.1",
|
|
"redux": "^4.0.0",
|
|
"sass-loader": "^7.0.3",
|
|
"style-loader": "^0.21.0",
|
|
"uglifyjs-webpack-plugin": "^1.2.7",
|
|
"url-loader": "^1.0.1",
|
|
"webpack": "^4.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"react-hot-loader": "^4.3.3",
|
|
"webpack-dev-server": "^3.1.4"
|
|
}
|
|
}
|