-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
46 lines (46 loc) · 1.35 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
43
44
45
46
{
"name": "gltfviewer",
"version": "1.0.0",
"description": "仿老子云 https://www.laozicloud.com 实现的gltf模型预览工具,基于babylon.js + vue + elementUI等流行技术开发。",
"main": "index.js",
"scripts": {
"dev": "node webpack.js dev",
"build": "node webpack.js build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kekeqy/gltfviewer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kekeqy/gltfviewer/issues"
},
"homepage": "https://github.com/kekeqy/gltfviewer#readme",
"dependencies": {
"@babylonjs/core": "^4.2.0",
"@babylonjs/loaders": "^4.2.0",
"element-ui": "^2.14.1",
"vue": "^2.6.12"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.12",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"babel-plugin-component": "^1.1.1",
"colors": "^1.4.0",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"raw-loader": "^4.0.2",
"vue-loader": "^15.9.6",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.11.0",
"webpack-cli": "^4.3.0",
"webpack-dev-server": "^4.0.0-beta.0"
}
}