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.
24 lines
456 B
24 lines
456 B
{
|
|
"name": "pixel-dust",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"description": "",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^18.14.2",
|
|
"typescript": "^4.9.5",
|
|
"vite": "^4.1.1",
|
|
"vite-plugin-solid": "^2.5.0"
|
|
},
|
|
"dependencies": {
|
|
"@shadryx/pptk": "0.1.4",
|
|
"solid-js": "^1.6.10"
|
|
}
|
|
}
|