dragonroll/package.json

27 lines
599 B
JSON
Raw Normal View History

{
"name": "dragonroll",
2024-10-05 11:00:10 +00:00
"version": "0.1",
"description": "Vtt",
"main": "prebuild.js",
"scripts": {
2024-10-09 08:02:13 +00:00
"test:unit": "jest",
2024-10-05 10:57:47 +00:00
"generate-docs": "npx jsdoc -c jsdoc.json"
},
"author": "Aran Roig",
2024-09-24 17:48:35 +00:00
"license": "ISC",
"dependencies": {
2024-10-09 08:02:13 +00:00
"@vue/compiler-sfc": "^3.5.11",
2024-09-24 17:48:35 +00:00
"motion": "^10.18.0"
2024-10-05 10:57:47 +00:00
},
"devDependencies": {
2024-10-09 08:02:13 +00:00
"@babel/preset-env": "^7.25.7",
"@vue/test-utils": "^2.4.6",
"@vue/vue3-jest": "^29.2.6",
"babel-jest": "^29.7.0",
2024-10-05 10:57:47 +00:00
"clean-jsdoc-theme": "^4.3.0",
2024-10-09 08:02:13 +00:00
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
2024-10-09 12:38:39 +00:00
"jsdoc": "^4.0.3"
2024-09-24 17:48:35 +00:00
}
}