21 lines
405 B
JSON
21 lines
405 B
JSON
{
|
|
"name": "cv",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "vite build"
|
|
},
|
|
"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"
|
|
}
|
|
}
|