-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 832 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
{
"name": "density-function-editor",
"version": "0.1.0",
"description": "",
"private": true,
"scripts": {
"build": "webpack",
"watch": "webpack watch",
"start": "webpack serve",
"deploy": "gh-pages -d dist -e ./1_19/"
},
"keywords": [],
"author": "Jochen Jacobs",
"license": "MIT",
"devDependencies": {
"@types/toastr": "^2.1.39",
"@types/wicg-file-system-access": "^2020.9.4",
"copy-webpack-plugin": "^9.0.1",
"gh-pages": "^3.2.3",
"ts-loader": "^9.2.5",
"typescript": "^4.4.3",
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
},
"dependencies": {
"buffer": "^6.0.3",
"comment-json": "4.2.2",
"deepslate": "0.10.1",
"litegraph.js": "^0.7.10",
"mc-datapack-loader": "file://",
"toastr": "^2.1.4"
}
}