-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.41 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.41 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "curses-presentation",
"private": true,
"main": "index.js",
"browserslist": "maintained node versions",
"scripts": {
"postinstall": "patch -f -p0 < patch-react-blessed.txt > /dev/null 2>&1 && patch -f -p0 < patch-raf.txt > /dev/null 2>&1"
},
"dependencies": {
"ansi": "^0.3.1",
"array-unique": "^0.3.2",
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.19",
"cardinal": "^2.1.1",
"chalk": "^3.0.0",
"connect": "^3.7.0",
"csv": "^5.3.2",
"d3-scale-chromatic": "^1.5.0",
"detect-content-type": "^1.2.0",
"gradient-string": "^1.2.0",
"http-proxy": "^1.18.0",
"json5": "^2.1.1",
"less": "^3.10.3",
"line-reader": "^0.4.0",
"marked": "^0.8.0",
"marked-terminal": "^4.0.0",
"neo-blessed": "^0.2.0",
"node-fetch": "^2.6.0",
"nodemon": "^2.0.2",
"raf": "^3.4.1",
"react": "^16.12.0",
"react-blessed": "latest",
"react-blessed-contrib": "^0.2.1",
"react-motion": "^0.5.2",
"simple-node-logger": "^18.12.24",
"strpad": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/preset-env": "^7.8.2",
"@babel/preset-react": "^7.8.0",
"@babel/preset-typescript": "^7.8.0",
"@babel/register": "^7.8.0",
"@types/blessed": "^0.1.16",
"@types/react-blessed": "^0.3.2",
"babel-loader": "^8.0.6",
"react-devtools-core": "^4.0.0",
"webpack": "^4.42.0",
"ws": "^7.2.3"
}
}