-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 889 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
31
32
33
{
"name": "threejs3dearth",
"version": "1.0.0",
"description": "通过 three.js 框架构建的 3D 地球效果\r 3D Earth by three.js",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saojun1024/Threejs3DEarth.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/saojun1024/Threejs3DEarth/issues"
},
"homepage": "https://github.com/saojun1024/Threejs3DEarth#readme",
"dependencies": {
"three": "^0.149.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-serve": "^2.0.2"
}
}