{ "name": "vite-template-solid", "version": "0.0.0", "description": "", "scripts": { "start": "vite", "dev": "vite", "build": "vite build", "build-static": "bunx vite build && bun run clean-copy && bun run copy", "clean-copy": "rm -rf ../cmd/server/static/*", "copy": "cp -r -t ../cmd/server/static dist/*", "serve": "vite preview" }, "license": "MIT", "devDependencies": { "autoprefixer": "^10.4.14", "solid-devtools": "^0.27.3", "vite": "^4.3.9", "vite-plugin-solid": "^2.7.0" }, "dependencies": { "@solid-primitives/graphql": "^2.0.1", "@solidjs/router": "^0.8.2", "@graphql-typed-document-node/core": "^3.2.0", "graphql": "^16.6.0", "solid-js": "^1.7.6" } }