-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 loc) · 1.14 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
{
"author": "Simon Repp <simon@fdpl.io>",
"bugs": {
"url": "https://github.com/apertus-open-source-cinema/elmyra/issues"
},
"description": "A blender-based rapid iterative visualization system",
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@primer/octicons-react": "^9.6.0",
"archiver": "^3.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"bootstrap": "^4.4.1",
"clipboard": "^2.0.6",
"fs-extra": "^9.0.0",
"jquery": "^3.5.0",
"moment": "^2.24.0",
"parcel-bundler": "^1.12.4",
"popper.js": "^1.16.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"sass": "^1.26.3",
"three": "^0.115.0"
},
"homepage": "https://github.com/apertus-open-source-cinema/elmyra#readme",
"license": "GPL-3.0-or-later",
"main": "main.js",
"name": "elmyra",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/apertus-open-source-cinema/elmyra.git"
},
"scripts": {
"build": "node build.js all",
"package": "node build.js package",
"package-lib": "node build.js package-lib"
},
"version": "1.0.0"
}