-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.4 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
{
"name": "nde",
"version": "0.0.0",
"description": "The IDE of the future, today!",
"scripts": {
"now": "cd .. && cp nde/now.json . && now && now alias",
"index": "make_http_index index.json",
"start": "cd .. && cp nde/first-time-install.html index.html && cp nde/favicon.ico favicon.ico && npx browser-sync start --server --files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wmhilton/nde.git"
},
"author": "William Hilton <wmhilton@gmail.com>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/wmhilton/nde/issues"
},
"homepage": "https://nde.now.sh",
"dependencies": {
"browserfs": "2.0.0",
"cuid": "2.0.1",
"deep-freeze": "0.0.1",
"downloadjs": "1.4.7",
"eventemitter2": "5.0.1",
"eventemitter3": "3.0.1",
"file-icons-js": "1.0.3",
"isomorphic-git": "0.5.1",
"lodash": "4.17.10",
"marky-markdown": "12.0.0",
"octicons-modular": "0.7.4",
"parse-github-url": "1.0.2",
"pify": "3.0.0",
"preact": "8.2.7",
"preact-compat": "3.17.0",
"react-contextmenu": "2.9.2",
"react-dnd": "2.5.4",
"react-dnd-html5-backend": "2.5.4",
"react-monaco-editor": "0.12.0",
"react-redux": "5.0.7",
"react-sortable-hoc": "0.6.8",
"react-splitter-layout": "3.0.0",
"redux": "4.0.0",
"redux-undo": "0.6.1",
"sweetalert2": "7.19.1",
"typescript-array-utils": "0.1.3"
}
}