We just need to correctly implement Jquery and we will be able to show notifications in the game Also updated npm modules
20 lines
378 B
JSON
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"
|
|
}
|
|
}
|