-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 1.88 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
{
"name": "rrit-web",
"version": "0.0.1",
"private": true,
"it.reallyread": {
"version": {
"app": "1.64.5",
"appPublic": "1.64.0",
"common": {
"contentParser": "2.0.2",
"metadataParser": "2.0.0"
},
"embed": "1.0.3",
"embedIframe": "1.0.0",
"extension": "8.1.0",
"nativeClient": {
"reader": "16.0.0",
"shareExtension": "4.0.6"
}
}
},
"scripts": {
"format": "rome format --write . && prettier --write 'src/**/*.{md,css,scss,json,html}'"
},
"devDependencies": {
"@types/bunyan": "1.8.6",
"@types/chrome": "0.0.203",
"@types/classnames": "2.2.11",
"@types/commonmark": "0.27.4",
"@types/cookie-parser": "1.4.2",
"@types/express": "4.17.11",
"@types/js-cookie": "2.2.6",
"@types/linkify-it": "2.1.0",
"@types/luxon": "1.26.1",
"@types/node": "12.20.4",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.3",
"@types/recharts": "1.8.19",
"@types/request": "2.48.5",
"@types/smoothscroll-polyfill": "0.3.1",
"ajv": "6.12.6",
"ansi-colors": "4.1.1",
"del": "5.1.0",
"fancy-log": "1.3.3",
"gulp": "4.0.2",
"gulp-clean-css": "4.3.0",
"gulp-concat": "2.6.1",
"gulp-insert": "0.5.0",
"gulp-mustache": "5.0.0",
"gulp-sass": "5.1.0",
"gulp-sourcemaps": "2.6.5",
"plugin-error": "1.0.1",
"prettier": "2.8.3",
"rome": "11.0.0",
"sass": "1.32.8",
"source-map-loader": "0.2.4",
"ts-loader": "6.2.2",
"tsc-watch": "4.2.9",
"typescript": "3.9.9",
"webpack": "4.45.0"
},
"dependencies": {
"bunyan": "1.8.15",
"classnames": "2.2.6",
"commonmark": "0.29.3",
"cookie-parser": "1.4.5",
"express": "4.17.1",
"immer": "5.3.6",
"js-cookie": "2.2.1",
"linkify-it": "2.2.0",
"luxon": "1.26.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-schemaorg": "1.3.1",
"recharts": "1.8.5",
"request": "2.88.2",
"schema-dts": "0.8.2",
"smoothscroll-polyfill": "0.4.4",
"timeago.js": "4.0.2"
}
}