Files
portfolio/package.json
LJ5O 02cf36a131 Started to add a notification div
We just need to correctly implement Jquery and we will be able to show notifications in the game
Also updated npm modules
2024-01-08 23:34:32 +01:00

20 lines
378 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": {
"jquery": "^3.7.1",
"three": "^0.158.0"
},
"devDependencies": {
"@rollup/plugin-inject": "^5.0.5",
"vite": "^4.5.0"
}
}