@trpc-playground/html
Version:
html for trpc-playground
69 lines • 1.72 kB
JSON
{
"name": "@trpc-playground/html",
"version": "1.0.4",
"publishConfig": {
"access": "public"
},
"description": "html for trpc-playground",
"type": "module",
"repository": {
"directory": "packages/html",
"type": "git",
"url": "https://github.com/sachinraja/trpc-playground"
},
"homepage": "https://github.com/sachinraja/trpc-playground#readme",
"bugs": {
"url": "https://github.com/sachinraja/trpc-playground/issues"
},
"author": "Sachin Raja <sachinraja2349@gmail.com>",
"license": "MIT",
"keywords": [
"trpc",
"html",
"playground"
],
"types": "index.d.ts",
"main": "dist/index.cjs",
"style": "dist/assets/index.css",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.cjs"
},
"./css": "./dist/assets/index.css"
},
"files": [
"dist",
"index.d.ts"
],
"dependencies": {
"vite": "^4.0.1",
"xss": "^1.0.14"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@preact/preset-vite": "2.5.0",
"@trpc-playground/components": "1.0.2",
"@trpc-playground/types": "1.0.0",
"@types/cors": "2.8.13",
"@types/express": "4.17.15",
"autoprefixer": "10.4.13",
"cors": "2.8.5",
"esbuild": "0.14.34",
"express": "4.18.2",
"node-html-parser": "6.1.4",
"postcss": "8.4.20",
"postcss-prefix-selector": "1.16.0",
"tailwindcss": "3.2.4",
"tsx": "3.12.1"
},
"scripts": {
"build": "vite build && pnpm build-cdn-html",
"build-cdn-html": "tsx scripts/build.ts",
"serve-dev": "tsx scripts/serve.ts",
"clean": "rimraf dist",
"type-check": "tsc"
}
}