You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
416 B
19 lines
416 B
{
|
|
"author": "Nichole Mattera",
|
|
"description": "Social Links for I'm a Nickel",
|
|
"devDependencies": {
|
|
"vite": "^4.0.4",
|
|
"vite-plugin-html": "^3.2.0"
|
|
},
|
|
"license": "ISC",
|
|
"name": "social-links",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.nicholemattera.com:NicholeMattera/Social-Links.git"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"serve": "vite"
|
|
},
|
|
"version": "1.2.5"
|
|
}
|
|
|