-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 1.16 KB
/
package.json
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
{
"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": {
"dev": "vuepress dev src",
"build": "vuepress build src"
},
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.9.10",
"@vuepress/plugin-medium-zoom": "^1.9.10",
"vuepress": "^1.9.10"
},
"resolutions": {
"vuepress/@vuepress/core/vue-server-renderer/**/chalk": "4.1.2",
"vuepress/@vuepress/core/**/webpackbar": "5.0.2",
"vuepress/@vuepress/core/webpack-dev-server": "3.11.3",
"vuepress/**/globby": "11.1.0",
"vuepress/**/chokidar": "3.5.3",
"vuepress/**/copy-webpack-plugin": "5.1.2",
"**/**/follow-redirects": "1.14.8",
"**/**/glob-parent": "5.1.2",
"**/**/node-forge": "1.3.0",
"**/**/nth-check": "2.0.1",
"**/**/got": "11.8.5",
"**/**/highlight.js": "10.4.1",
"**/**/markdown-it": "12.3.2"
},
"dependencies": {
"@babel/core": "^7.26.0",
"follow-redirects": "1.15.9"
}
}