Cleaned and preparring for gatsby.

This commit is contained in:
2020-01-26 18:34:39 +10:00
parent 50822ebe66
commit 39ba9cf3ad
168 changed files with 5 additions and 17435 deletions

View File

@@ -1,14 +1,8 @@
{
"name": "domsplace",
"version": "6.0.1",
"description": "Personal website for Dominic \"YouWish\" Masters.",
"main": "dist/private/",
"version": "7.0.0",
"description": "Personal website for Dominic \"YourWishes\" Masters.",
"scripts": {
"test": "jest",
"start": "node dist/private/",
"build": "tsc -p . && webpack -p --env.production",
"watch": "cross-env NODE_ENV=DEVELOPMENT npm run start",
"heroku-postbuild": "tsc -p . && webpack -p --env.production"
},
"repository": {
"type": "git",
@@ -25,21 +19,9 @@
"bugs": {
"url": "https://github.com/YourWishes/domsPlaceNew/issues"
},
"homepage": "https://github.com/YourWishes/domsPlaceNew#readme",
"homepage": "https://domsplace.com",
"dependencies": {
"@types/animejs": "^2.0.2",
"@yourwishes/app-email": "^1.0.3",
"@yourwishes/app-simple-react": "^2.8.7",
"animejs": "^3.0.1",
"react-helmet": "^5.2.1"
},
"devDependencies": {
"@types/jest": "^24.0.15",
"cross-env": "^5.2.0",
"jest": "^24.1.0",
"typescript": "^3.5.3",
"webpack-cli": "^3.3.5",
"webpack-dev-middleware": "^3.6.1",
"webpack-hot-middleware": "^2.24.3"
}
}