init
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "preact-text3d",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "vite",
|
||||
"build": "vite build"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@preact/preset-vite": "^2.1.7",
|
||||
"@types/three": "^0.138.0",
|
||||
"preact": "^10.6.6",
|
||||
"typescript": "^4.6.2",
|
||||
"vite": "^2.8.6",
|
||||
"@emotion/css": "^11.7.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"three": "^0.138.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user