archive
/
givemoneyto.me
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
givemoneyto.me/package.json

53 lines
1.5 KiB
JSON
Raw Permalink Normal View History

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",
2019-06-29 17:43:03 +01:00
"lint": "tsc --noEmit --project tsconfig.json && tslint --project tsconfig.json index.ts",
2019-06-29 20:47:22 +01:00
"prettier": "prettier --write index.ts",
2019-07-01 15:14:34 +01:00
"start": "http-server build/ -c-1",
"test": "npm run lint && npm run prettier -- --check"
2019-06-29 13:26:43 +01:00
},
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": {
"@fortawesome/fontawesome-free": "5.11.2",
2019-06-29 18:22:14 +01:00
"@types/js-yaml": "^3.12.1",
2019-06-29 16:23:38 +01:00
"@types/mkdirp": "^0.5.2",
"@types/node": "^12.11.1",
"@types/parcel-bundler": "^1.12.1",
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",
"@types/underscore": "^1.9.3",
"animate.css": "3.7.2",
"bootstrap": "^4.3.1",
2019-06-29 18:11:10 +01:00
"glob": "^7.1.4",
"handlebars": "^4.4.5",
2019-06-29 20:47:22 +01:00
"http-server": "^0.11.1",
"jquery": "^3.4.1",
2019-06-29 18:22:14 +01:00
"js-yaml": "^3.13.1",
2019-06-29 16:23:38 +01:00
"mkdirp": "^0.5.1",
"parcel-bundler": "1.12.4",
"popper.js": "^1.16.0",
2019-06-29 17:43:03 +01:00
"prettier": "^1.18.2",
2019-06-29 17:21:43 +01:00
"progress": "^2.0.3",
"rimraf": "^3.0.0",
"sass": "^1.23.0",
"ts-node": "8.4.1",
"typescript": "3.6.4",
2019-06-29 16:35:41 +01:00
"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.5",
"tslint": "5.20.0"
2019-06-29 13:26:43 +01:00
}
2019-01-30 22:22:53 +00:00
}