Continuing package.json setup for npm install and build

This commit is contained in:
Andrew Gioia 2020-07-13 20:26:09 -04:00
parent 7a1b3ad923
commit 7089cf0a61
3 changed files with 23 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/node_modules

21
package-lock.json generated Normal file
View File

@ -0,0 +1,21 @@
{
"name": "@andrewgioia/blog-public",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@andrewgioia/blog": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@andrewgioia/blog/-/blog-1.0.0.tgz",
"integrity": "sha512-FS2TYrAD9f56IGoMYIgkEJ2fnTRVOPqKGtqY81kzJ4FUMQIsPhz1V0G+HWSbIrlM29i3fsHVYEdT5wm8zp9upQ==",
"requires": {
"normalize.css": "^8.0.1"
}
},
"normalize.css": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz",
"integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg=="
}
}
}

View File

@ -20,4 +20,4 @@
"url": "https://github.com/andrewgioia/blog/issues"
},
"homepage": "https://github.com/andrewgioia/blog#readme"
}
}