forked from cryptovoxels/scripting-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 915 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
34
35
36
37
38
{
"name": "cryptovoxels",
"version": "0.9.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"build:min": "webpack --config webpack-min.config.js",
"test": "babel-tape-runner tests/*.js && standard"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babylonjs/core": "^4.0.3",
"babel-tape-runner": "^3.0.0",
"lodash": "^4.17.15",
"lodash.throttle": "^4.1.1",
"ndarray": "1.0.18",
"node-fetch": "^2.6.1",
"tinyify": "^2.5.1",
"uuid": "3.3.2",
"ws": "7.4.6"
},
"devDependencies": {
"@babel/preset-env": "^7.15.0",
"babel-loader": "^8.2.2",
"standard": "12.0.1",
"tape": "4.9.1",
"terser-webpack-plugin": "^5.2.0",
"webpack": "^5.50.0",
"webpack-cli": "^4.8.0"
},
"standard": {
"ignore": [
"bundle*"
]
}
}