-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·39 lines (39 loc) · 1.07 KB
/
package.json
File metadata and controls
executable file
·39 lines (39 loc) · 1.07 KB
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
{
"name": "wonder-imgui",
"version": "0.0.44",
"description": "",
"homepage": "https://github.com/Wonder-Technology/Wonder-IMGUI",
"license": "MIT",
"main": "",
"scripts": {
"watch": "bsb -clean-world -make-world -w",
"test:watch": "jest --watch --config jest.json",
"build": "bsb -clean-world -make-world",
"buildAll": "gulp generateIndex && npm run build && gulp rollup"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-jest": "^24.1.0",
"jest": "^24.1.0",
"express": "^4.16.1",
"gulp": "^3.9.1",
"gulp-git": "^2.5.0",
"gulp-sync": "^0.1.4",
"http": "^0.0.0",
"rollup": "^0.51.5",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^2.0.0",
"bs-platform": "^4.0.18",
"wonder-bs-jest": "latest",
"wonder-bs-sinon": "latest",
"wonder-generate-index": "latest"
},
"dependencies": {
"wonder-webgl": "^0.0.11",
"bs-fetch": "^0.3.0",
"wonder-bs-most": "^0.0.3",
"wonder-commonlib": "^0.2.32",
"wonder-log": "^0.2.11"
}
}