meface/package.json

31 lines
795 B
JSON
Raw Permalink Normal View History

2023-11-17 10:54:23 +08:00
{
"name": "meface",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vuepress dev docs",
"build": "SET NODE_OPTIONS=--openssl-legacy-provider && vuepress build docs"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"vue-cli-plugin-cesium": "^1.1.7",
"vuepress": "^1.7.0",
"vuepress-theme-reco": "^1.5.7"
},
"dependencies": {
"aos": "^2.3.4",
"async-validator": "1.11.5",
"cesium": "^1.90.0",
"core-js": "^3.9.1",
"echarts": "^5.0.2",
"echarts-gl": "^2.0.9",
"element-ui": "^2.15.1",
"vuepress-plugin-helper-live2d": "^1.0.2",
"worldwindjs": "^1.8.0"
}
}