forked from debiki/talkyard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.35 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
79
80
81
82
83
84
85
86
87
{
"author": "Kaj Magnus Lindberg",
"name": "talkyard-client",
"description": "Talkyard's client side web app",
"version": "0.0.1",
"homepage": "https://www.talkyard.io",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": ""
},
"engines": {
"node": ">= 12.0.0"
},
"scripts": {
"no": "No! Please don't write scripts in json. Instead: s/tyd.ts."
},
"dependencies": {
"@types/core-js": "^2.5.5",
"@types/keymaster": "=1.6.28",
"@types/lodash": "^4.14.172",
"@types/react": "=16.8.2",
"@types/react-dom": "=16.8.0",
"@webscopeio/react-textarea-autocomplete": "4.7.3",
"blacklist": "^1.1.4",
"bootstrap": "3.1.1",
"classnames": "^2.2.6",
"create-react-class": "^15.6.3",
"eventemitter3": "^4.0.7",
"fileapi": "^2.0.21",
"glob": "^7.1.7",
"keymaster": "^1.6.2",
"markdown-it": "^12.3.2",
"moment": "^2.24.0",
"react": "^16.13.1",
"react-bootstrap": "^0.32.3",
"react-dom": "^16.13.1",
"react-dom-factories": "^1.0.2",
"react-router-dom": "^5.2.0",
"react-select": "1.0.0-rc.10",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@types/assert": "^1.5.6",
"@types/markdown-it": "^12.2.3",
"@types/minimist": "^1.2.2",
"@types/node": "^16.7.4",
"@types/supertest": "^2.0.11",
"ansi-colors": "^4.1.1",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.1",
"gulp-debug": "^4.0.0",
"gulp-gzip": "^1.4.2",
"gulp-insert": "^0.5.0",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.1",
"gulp-preprocess": "^3.0.3",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-save": "^1.3.0",
"gulp-stylus": "^2.7.0",
"gulp-typescript": "^5.0.0",
"gulp-uglify": "^3.0.2",
"http-server": "^13.0.1",
"lodash": "^4.17.21",
"lodash-cli": "^4.17.5",
"merge2": "^1.3.0",
"minimist": "^1.2.5",
"omelette": "^0.4.15-1",
"request": "^2.88.2",
"stylus": "^0.54.8",
"supertest": "^6.1.6",
"sync-request": "^6.1.0",
"ts-node": "^10.0.0 — results in 'TypeError: minimist is not a function', in tyd.ts line 112: minimist(process.argv.slice(2));",
"ts-node": "^9.1.1",
"typescript": "^4.4.2",
"uglify-js": "^3.14.1"
},
"greenkeeper": {
"ignore": [
"bootstrap"
]
}
}