51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "domsplace",
|
|
"version": "5.0.0",
|
|
"description": "Personal website for Dominic \"YouWish\" Masters.",
|
|
"main": "private/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"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": {
|
|
"@fortawesome/fontawesome": "^1.1.3",
|
|
"@fortawesome/fontawesome-free-solid": "^5.0.6",
|
|
"@fortawesome/react-fontawesome": "0.0.17",
|
|
"express": "^4.16.2",
|
|
"mysql-promise": "^4.1.0",
|
|
"normalize.css": "^8.0.0",
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-loader": "^7.1.2",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"css-loader": "^0.28.10",
|
|
"html-webpack-plugin": "^2.30.1",
|
|
"jest": "^22.4.0",
|
|
"node-sass": "^4.7.2",
|
|
"sass-loader": "^6.0.6",
|
|
"style-loader": "^0.20.2",
|
|
"webpack": "^3.11.0",
|
|
"webpack-dev-server": "^2.11.1"
|
|
}
|
|
}
|