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.
 
 
 

27 lines
711 B

{
"name": "doge-seed-website",
"version": "1.0.0",
"description": "Website for lukechilds/doge-seed",
"repository": "lukechilds/doge-seed",
"author": "Luke Childs <lukechilds123@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html --public-url https://dogeseed.com"
},
"dependencies": {
"@fontsource/comic-neue": "^4.5.10",
"modern-normalize": "^0.5.0",
"nouislider": "^12.1.0",
"tex-to-svg": "^0.2.0",
"web-vitals": "^3.1.1"
},
"devDependencies": {
"buffer": "^5.7.1",
"events": "^3.3.0",
"parcel": "^2.8.2",
"process": "^0.11.10",
"stream-browserify": "^3.0.0"
}
}