Rust implementation of NextGraph, a Decentralized and local-first web 3.0 ecosystem https://nextgraph.org
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.
 
 
 
 
 
 
nextgraph-rs/helpers/net-bootstrap/package.json

23 lines
636 B

{
"name": "@nextgraph-monorepo/net-bootstrap",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build --base=./",
"builddev": "cross-env NG_DEV=1 vite build --base=./ && shx mkdir -p ../../ng-app/public_dev && cp ./dist/index.html ../../ng-app/public_dev/bootstrap.html",
"preview": "vite preview"
},
"dependencies": {
"private-ip": "^3.0.2",
"remote-web-streams": "^0.2.0"
},
"devDependencies": {
"shx": "^0.3.4",
"cross-env": "^7.0.3",
"vite": "^4.3.9",
"autoprefixer": "^10.4.14",
"vite-plugin-singlefile": "0.13.5"
}
}