-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.04 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
41
42
{
"name": "mojs.github.io",
"version": "1.9.0",
"description": "Official mojs website for tutorials and documentation",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress dev docs --no-cache --open --host localhost",
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress build docs --no-cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mojs/mojs.github.io.git"
},
"keywords": [
"site",
"web",
"mojs",
"tutorials",
"documentation"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mojs/mojs.github.io/issues"
},
"homepage": "https://mojs.github.io/",
"engines": {
"node": "^20",
"npm": "^10"
},
"devDependencies": {
"cache-loader": "^4.1.0",
"cross-env": "^7.0.3",
"vuepress": "^1.9.7"
},
"dependencies": {
"@mojs/core": "^1.7.1",
"@mojs/curve-editor": "^1.7.1",
"@mojs/player": "^1.3.0",
"@vuepress/shared-utils": "^1.8.2",
"vue-prism-editor": "^0.6.1"
}
}