create-webr-vite-lit
Version:
A template for creating WebR projects using Vite and Lit
36 lines (35 loc) • 772 B
JSON
{
"name": "webr-vite-lit",
"private": true,
"version": "0.1.0",
"type": "module",
"main": "dist/main.es.js",
"exports": {
".": "./dist/main.es.js"
},
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@observablehq/plot": "^0.6.11",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"lit": "^3.1.0",
"lit-html": "^3.1.0",
"rollup-plugin-esbuild": "^6.1.0",
"tachyons": "^4.12.0",
"vite-plugin-top-level-await": "^1.3.1",
"webr": "^0.2.2"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"babel-loader": "^9.1.3",
"vite": "^5.0.0",
"vite-plugin-cdn-import": "^0.3.5"
}
}