Initial react commit
This commit is contained in:
46
package.json
Normal file
46
package.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"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": {
|
||||
"express": "^4.16.2",
|
||||
"mysql-promise": "^4.1.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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user