You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
664 B

{
"name": "project-xr-website",
"version": "1.0.0",
"description": "Project-XR website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"wow": "echo wow"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.18",
"@vuepress/theme-default": "^2.0.0-rc.61",
"sass-embedded": "^1.81.0",
"vuepress": "^2.0.0-rc.18"
},
"dependencies": {
"gsap": "^3.12.5",
"stylus": "^0.64.0",
"vue3-carousel": "^0.10.0",
"vuepress-plugin-smooth-scroll": "^0.0.10"
}
}