forked from debiki/talkyard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 2.85 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"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",
"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.4",
"@types/keymaster": "^1.6.28",
"@types/lodash": "^4.14.165",
"@types/react": "=16.8.2",
"@types/react-dom": "=16.8.0",
"@webscopeio/react-textarea-autocomplete": "4.7.2",
"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.6",
"keymaster": "^1.6.2",
"markdown-it": "^12.0.3",
"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.4.7",
"@types/jest": "^26.0.19",
"@types/markdown-it": "^12.0.1",
"@types/minimist": "^1.2.1",
"@types/node": "^14.14.13",
"@types/supertest": "^2.0.10",
"@wdio/cli": "^6.10.10",
"@wdio/devtools-service": "^6.10.10",
"@wdio/dot-reporter": "^6.10.6",
"@wdio/firefox-profile-service": "^6.10.6",
"@wdio/local-runner": "^6.10.10",
"@wdio/mocha-framework": "^6.10.10",
"@wdio/selenium-standalone-service": "^6.10.10",
"@wdio/spec-reporter": "^6.10.6",
"@wdio/static-server-service": "^6.10.10",
"@wdio/sync": "^6.10.10",
"ansi-colors": "^4.1.1",
"chromedriver": "^87.0.4",
"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.0.0",
"gulp-save": "^1.3.0",
"gulp-stylus": "^2.7.0",
"gulp-typescript": "^5.0.0",
"gulp-uglify": "^3.0.2",
"http-server": "^0.12.3",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"lodash": "^4.17.15",
"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.0.1",
"sync-request": "^6.1.0",
"ts-jest": "^26.4.4",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.1.3",
"uglify-js": "^3.11.5",
"wdio-chromedriver-service": "^6.0.3"
},
"greenkeeper": {
"ignore": [
"bootstrap",
"jquery",
"gulp-watch"
]
}
}