Files
portfolio/package.json
LJ5O 988039705c Working example of three.js
Start with npx vite, works fine
2023-11-10 00:04:18 +01:00

18 lines
315 B
JSON

{
"name": "cv",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"three": "^0.158.0"
},
"devDependencies": {
"vite": "^4.5.0"
}
}