wip vite lib, typst markup
This commit is contained in:
21
package.json
21
package.json
@@ -1,14 +1,13 @@
|
||||
{
|
||||
"name": "wireless",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^8.1.1"
|
||||
"name": "mc-diorama",
|
||||
"version": "0.1.0",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"module": "./dist/mc-diorama.es.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/mc-diorama.es.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user