78 lines
2.2 KiB
JSON
78 lines
2.2 KiB
JSON
{
|
|
"name": "domsplace",
|
|
"version": "5.0.0",
|
|
"description": "Personal website for Dominic \"YouWish\" Masters.",
|
|
"main": "private/index.js",
|
|
"scripts": {
|
|
"start": "node private/index",
|
|
"serve": "webpack-serve --config ./webpack.config.js",
|
|
"watch": "nodemon --watch private private/index.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": "^7.1.2",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
"@babel/polyfill": "^7.0.0",
|
|
"@babel/preset-env": "^7.1.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"babel-loader": "^8.0.4",
|
|
"body-parser": "^1.18.3",
|
|
"compression-webpack-plugin": "^2.0.0",
|
|
"css-loader": "^1.0.0",
|
|
"express": "^4.16.4",
|
|
"file-loader": "^2.0.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"jimp": "^0.5.4",
|
|
"mini-css-extract-plugin": "^0.4.4",
|
|
"node-cache": "^4.2.0",
|
|
"node-sass": "^4.9.4",
|
|
"nodemailer": "^4.6.8",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.1",
|
|
"pg-promise": "^8.5.1",
|
|
"query-string": "^6.2.0",
|
|
"react": "^16.5.2",
|
|
"react-dom": "^16.5.2",
|
|
"react-helmet": "^5.2.0",
|
|
"react-loadable": "^5.5.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.5.0",
|
|
"redux": "^4.0.1",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-promise-middleware": "^5.1.1",
|
|
"redux-promise-middleware-actions": "^2.1.0",
|
|
"responsive-loader": "^1.1.0",
|
|
"sanitize-html": "^1.19.1",
|
|
"sass-loader": "^7.1.0",
|
|
"sharp": "^0.21.0",
|
|
"style-loader": "^0.23.1",
|
|
"terser-webpack-plugin": "^1.1.0",
|
|
"url-loader": "^1.1.2",
|
|
"webpack": "^4.26.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^1.18.4",
|
|
"react-hot-loader": "^4.3.11",
|
|
"webpack-cli": "^3.1.2",
|
|
"webpack-dev-server": "^3.1.9"
|
|
}
|
|
}
|