mirror of
https://github.com/andrewgioia/blog.git
synced 2025-01-29 06:02:21 +00:00
Continuing package.json setup for npm install and build
This commit is contained in:
parent
7a1b3ad923
commit
7089cf0a61
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/node_modules
|
21
package-lock.json
generated
Normal file
21
package-lock.json
generated
Normal 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=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -20,4 +20,4 @@
|
|||||||
"url": "https://github.com/andrewgioia/blog/issues"
|
"url": "https://github.com/andrewgioia/blog/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/andrewgioia/blog#readme"
|
"homepage": "https://github.com/andrewgioia/blog#readme"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user