-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·78 lines (78 loc) · 2.12 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "JSConfAsia-2019",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --hot",
"build": "NODE_ENV=production webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/livejs/JSConfAsia-2019.git"
},
"keywords": [
"JSConf Asia",
"LiveJS",
"Digital Art",
"DMX512",
"Visuals",
"VJ",
"Music",
"DOMinator",
"loopdrop",
"modV",
"Vizra"
],
"author": "LiveJS",
"license": "MIT",
"bugs": {
"url": "https://github.com/livejs/JSConfAsia-2019/issues"
},
"homepage": "https://github.com/livejs/JSConfAsia-2019#readme",
"dependencies": {
"@babel/runtime": "^7.1.2",
"@dekk/code": "^2.0.0-2",
"@dekk/countdown": "^2.0.0-2",
"@dekk/deck": "^2.0.0-2",
"@dekk/dekk": "^2.0.0-2",
"@dekk/fragment": "^2.0.0-2",
"@dekk/image": "^2.0.0-2",
"@dekk/listener": "^2.0.0-2",
"@dekk/local-storage": "^2.0.0-2",
"@dekk/master": "^2.0.0-2",
"@dekk/master-slides": "^2.0.0-2",
"@dekk/paging": "^2.0.0-2",
"@dekk/slide": "^2.0.0-2",
"@dekk/speaker-deck": "^2.0.0-2",
"@dekk/speaker-notes": "^2.0.0-2",
"@dekk/text": "^2.0.0-2",
"@dekk/url": "^2.0.0-2",
"codemirror": "^5.36.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-player": "^1.6.6",
"react-yt": "^0.1.2",
"sockette": "^2.0.0",
"webmidi": "^2.0.4"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-async-to-generator": "^7.1.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.0.0-beta.42",
"@babel/preset-react": "^7.0.0-beta.42",
"@babel/preset-stage-2": "^7.0.0-beta.42",
"babel-loader": "^8.0.0-beta",
"file-loader": "^1.1.11",
"html-webpack-harddisk-plugin": "^0.2.0",
"html-webpack-plugin": "^3.1.0",
"mobx": "^4.1.0",
"webpack": "^4.2.0",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.1"
}
}