97cd12c24a
[Security] Bump bootstrap from 4.2.1 to 4.3.1
52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"name": "givemoneyto.me",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "ts-node index.ts",
|
|
"lint": "tsc --noEmit --project tsconfig.json && tslint --project tsconfig.json index.ts",
|
|
"prettier": "prettier --write index.ts",
|
|
"start": "http-server build/ -c-1",
|
|
"test": "npm run lint && npm run prettier -- --check"
|
|
},
|
|
"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.10.0",
|
|
"@types/js-yaml": "^3.12.1",
|
|
"@types/mkdirp": "^0.5.2",
|
|
"@types/node": "^12.6.8",
|
|
"@types/parcel-bundler": "^1.12.0",
|
|
"@types/progress": "^2.0.3",
|
|
"@types/rimraf": "^2.0.2",
|
|
"@types/underscore": "^1.9.1",
|
|
"animate.css": "3.7.0",
|
|
"bootstrap": "^4.3.1",
|
|
"glob": "^7.1.4",
|
|
"handlebars": "^4.1.2",
|
|
"http-server": "^0.11.1",
|
|
"jquery": "^3.4.1",
|
|
"js-yaml": "^3.13.1",
|
|
"mkdirp": "^0.5.1",
|
|
"parcel-bundler": "1.12.3",
|
|
"popper.js": "^1.15.0",
|
|
"prettier": "^1.18.2",
|
|
"progress": "^2.0.3",
|
|
"rimraf": "^2.6.3",
|
|
"sass": "^1.22.9",
|
|
"ts-node": "8.3.0",
|
|
"typescript": "3.5.3",
|
|
"underscore": "^1.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"tslint-config-dabapps": "github:dabapps/tslint-config-dabapps#v0.5.5",
|
|
"tslint": "5.18.0"
|
|
}
|
|
}
|