-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 794 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "careers",
"version": "0.0.1",
"description": "careers",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress build docs",
"docs:clean-dev": "vuepress dev docs --clean-cache",
"docs:dev": "vuepress dev docs",
"docs:update-package": "npx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.26",
"@vuepress/theme-default": "^2.0.0-rc.125",
"sass-embedded": "^1.98.0",
"typescript": "^5.9.3",
"vuepress": "^2.0.0-rc.26",
"vuepress-theme-plume": "^1.0.0-rc.192"
},
"dependencies": {
"gsap": "^3.14.2",
"ogl": "^1.0.11",
"postprocessing": "^6.38.3",
"three": "^0.183.2",
"tsparticles": "^3.9.1",
"tsparticles-slim": "^2.12.0",
"vue3-particles": "^2.12.0"
}
}