33 lines
986 B
JSON
33 lines
986 B
JSON
{
|
|
"name": "fluttershub-com",
|
|
"version": "5.0.0",
|
|
"private": true,
|
|
"description": "My personal website for fluttershub.com",
|
|
"license": "MIT",
|
|
"author": "HotaruBlaze",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:Fluttershub/Homepage.git"
|
|
},
|
|
"scripts": {
|
|
"preinit": "npx npm-force-resolutions",
|
|
"Dev": "npm run Cleanup && npm run Init && parcel serve src/index.pug --port 9999 --dist-dir build --detailed-report",
|
|
"Cleanup": "rm -Rf build/ .parcel-cache/",
|
|
"Init": "mkdir build && cp -R src/assets/* build/",
|
|
"Prod": "npm run Cleanup && npm run Init && parcel build src/index.pug --dist-dir build"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/transformer-pug": "2.13.3",
|
|
"@parcel/transformer-sass": "2.13.3",
|
|
"parcel": "^2.7.0"
|
|
},
|
|
"resolutions": {
|
|
"node-forge": "0.10.0"
|
|
},
|
|
"dependencies": {},
|
|
"bugs": {
|
|
"url": "https://github.com/hotarublaze/Fluttershub/issues"
|
|
},
|
|
"homepage": "https://fluttershub.com"
|
|
}
|