-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
30 lines (30 loc) · 948 Bytes
/
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
{
"name": "fyroxEngineSite",
"version": "0.4.0",
"description": "Fyrox is a feature-rich, production-ready, open-source game engine written in Rust.",
"main": "index.js",
"authors": {
"name": "mrDIMAS and Fyrox Contributors",
"email": ""
},
"repository": "/Fyrox website",
"scripts": {
"dev": "vuepress dev src",
"dev-legacy": "set NODE_OPTIONS=--openssl-legacy-provider && vuepress dev src",
"dev-legacy-linux": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress dev src",
"build": "vuepress build src",
"build-legacy": "set NODE_OPTIONS=--openssl-legacy-provider && vuepress build src"
},
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-blog": "^1.9.4",
"vuepress": "^1.9.8",
"vuepress-plugin-rss-feed": "^1.0.2"
},
"dependencies": {
"@mdi/font": "^7.1.96",
"vue-typed-js": "^0.1.2",
"vuepress-plugin-sitemap": "^2.3.1",
"vuetify": "^2.6.4"
}
}