-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·41 lines (41 loc) · 1.1 KB
/
package.json
File metadata and controls
executable file
·41 lines (41 loc) · 1.1 KB
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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "vrrigs",
"version": "0.0.1",
"description": "Documentation for virtual reality rigs at Princeton BRAIN CoGS project",
"main": "index.js",
"authors": {
"name": "Juan Lopez Luna",
"email": "juanlopez@princeton.edu"
},
"repository": "/VR_rigs_docs",
"scripts": {
"clean": "rm -rf .vuepress/.temp node_modules node_modules/.cache",
"dev": "vuepress dev",
"build": "vuepress build"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@vuepress/bundler-webpack": "2.0.0-rc.19",
"@vuepress/plugin-back-to-top": "^2.0.0-rc.68",
"@vuepress/plugin-medium-zoom": "^2.0.0-rc.68",
"@vuepress/plugin-search": "^2.0.0-rc.66",
"@vuepress/theme-default": "2.0.0-rc.19",
"babel-loader": "^9.2.1",
"envinfo": "^7.14.0",
"sass": "^1.49.0",
"sass-loader": "^12.4.0",
"vuepress": "^2.0.0-rc.19",
"webpack": "^5",
"webpack-cli": "^4"
},
"dependencies": {
"highlight.js": "^11.11.1",
"vue": "^3.2.0"
},
"resolutions": {
"esbuild": "^0.25.0",
"prismjs": "^1.30.0"
}
}