-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 852 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
{
"name": "buddhabrot-renderer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@types/antd": "^1.0.0",
"@types/chroma-js": "^1.3.4",
"@types/file-saver": "^1.3.0",
"@types/node": "^9.6.6",
"@types/react": "^16.3.11",
"@types/react-dom": "^16.0.5",
"@types/webgl2": "0.0.3",
"antd": "^3.4.1",
"chroma-js": "^1.3.6",
"electron": "^1.8.4",
"file-saver": "^1.3.8",
"http-server": "^0.11.1",
"node-osc": "^2.1.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"uglify-es": "^3.3.9"
},
"devDependencies": {
"multirun": "^2.0.0",
"typescript": "^2.8.1",
"webpack": "^3.11.0"
},
"scripts": {
"build": "node build.js",
"watch": "node build.js watch",
"electron": "electron index.js"
},
"author": "",
"license": "MIT"
}