-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "try3d",
"version": "0.4.3",
"description": "Based on webGL renderer(The essence of rendering technology)",
"main": "index.js",
"scripts": {
"build": "webpack",
"test": "echo \"The essence of rendering technology\" && exit 0"
},
"files": [
"build",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/JohnLKkk/try3d.git"
},
"author": "Kkk",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/runtime": "^7.15.4",
"babel-loader": "^8.0.0-beta.0",
"babel-polyfill": "^6.26.0",
"rete": "^1.4.8",
"rete-connection-plugin": "^0.9.0",
"rete-vue-render-plugin": "^1.0.0-rc2",
"terser-webpack-plugin": "^5.2.4",
"webpack": "^5.54.0",
"webpack-cli": "^4.8.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6"
},
"bugs": {
"url": "https://github.com/JohnLKkk/try3d/issues"
},
"homepage": "https://github.com/JohnLKkk/try3d#readme",
"directories": {
"example": "examples"
}
}