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/infra/ngnet/auth/package.json

26 lines
725 B

{
"name": "@ng-org/ngnet-auth",
"private": true,
"version": "0.1.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build --base=./ && shx rm -rf ./dist/assets",
"builddev": "cross-env NG_DEV=1 vite build --base=./ && shx rm -rf ./dist/assets && shx mkdir -p ../../../app/nextgraph/public_dev && cp ./dist/index.html ../../../app/nextgraph/public_dev/auth.html",
"preview": "vite preview"
},
"dependencies": {
},
"devDependencies": {
"shx": "^0.3.4",
"cross-env": "^7.0.3",
"node-gzip": "^1.1.2",
"vite": "^4.3.9",
"postcss": "^8.4.23",
"postcss-load-config": "^4.0.1",
"autoprefixer": "^10.4.14",
"vite-plugin-singlefile": "0.13.5"
}
}