2019-01-30 22:22:53 +00:00
|
|
|
{
|
|
|
|
"name": "givemoneyto.me",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
2019-06-29 13:26:43 +01:00
|
|
|
"scripts": {
|
|
|
|
"build": "ts-node index.ts",
|
|
|
|
"lint": "tsc --noEmit --project tsconfig.json && tslint --project tsconfig.json index.ts"
|
|
|
|
},
|
2019-01-30 22:22:53 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/RealOrangeOne/givemoneyto.me.git"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/RealOrangeOne/givemoneyto.me/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/RealOrangeOne/givemoneyto.me#readme",
|
|
|
|
"dependencies": {
|
2019-06-29 13:26:43 +01:00
|
|
|
"@fortawesome/fontawesome-free": "5.7.1",
|
2019-06-29 16:23:38 +01:00
|
|
|
"@types/mkdirp": "^0.5.2",
|
2019-06-29 13:26:43 +01:00
|
|
|
"@types/node": "^12.0.10",
|
|
|
|
"@types/parcel-bundler": "^1.12.0",
|
2019-06-29 17:21:43 +01:00
|
|
|
"@types/progress": "^2.0.3",
|
2019-06-29 13:26:43 +01:00
|
|
|
"@types/rimraf": "^2.0.2",
|
2019-06-29 16:35:41 +01:00
|
|
|
"@types/underscore": "^1.9.1",
|
2019-06-29 13:26:43 +01:00
|
|
|
"animate.css": "3.7.0",
|
2019-06-29 12:17:41 +01:00
|
|
|
"bootstrap": "4.2.1",
|
2019-06-29 16:23:38 +01:00
|
|
|
"handlebars": "^4.1.2",
|
|
|
|
"mkdirp": "^0.5.1",
|
2019-06-29 13:26:43 +01:00
|
|
|
"parcel-bundler": "1.12.3",
|
2019-06-29 17:21:43 +01:00
|
|
|
"progress": "^2.0.3",
|
2019-06-29 13:26:43 +01:00
|
|
|
"rimraf": "^2.6.3",
|
|
|
|
"sass": "^1.22.1",
|
|
|
|
"ts-node": "8.3.0",
|
2019-06-29 16:35:41 +01:00
|
|
|
"typescript": "3.5.2",
|
|
|
|
"underscore": "^1.9.1"
|
2019-01-30 22:22:53 +00:00
|
|
|
},
|
2019-06-29 13:26:43 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"tslint-config-dabapps": "github:dabapps/tslint-config-dabapps#v0.5.1",
|
|
|
|
"tslint": "5.18.0"
|
|
|
|
}
|
2019-01-30 22:22:53 +00:00
|
|
|
}
|