-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
103 lines (103 loc) · 3.06 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
{
"name": "coauthor",
"version": "1.0.0",
"description": "Coauthor supercollaboration/discussion forum",
"main": "index.js",
"scripts": {
"lint": "eslint --ext .coffee .",
"postinstall": "grunt --gruntfile .Gruntfile.coffee",
"visualize": "meteor --production --extra-packages bundle-visualizer"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edemaine/coauthor.git"
},
"author": {
"name": "Erik Demaine",
"email": "[email protected]",
"url": "http://erikdemaine.org/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/edemaine/coauthor/issues"
},
"homepage": "https://github.com/edemaine/coauthor",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@edemaine/codemirror-spell-checker": "0.0.2",
"@fortawesome/fontawesome-svg-core": "6.4.0",
"@fortawesome/free-solid-svg-icons": "6.4.0",
"@fortawesome/react-fontawesome": "0.2.0",
"@react-hook/resize-observer": "^1.2.0",
"@use-it/event-listener": "^0.1.7",
"babel-runtime": "^6.26.0",
"bootstrap": "^3.4.1",
"bootstrap-slider": "git+https://github.com/edemaine/bootstrap-slider.git#preventOverflow-dist",
"chart.js": "^2.9.4",
"classnames": "^2.2.6",
"codemirror": "5.65.8",
"cookie": "^0.4.1",
"dayjs": "^1.11.1",
"dompurify": "2.3.10",
"exif-parser": "^0.1.12",
"file-saver": "^2.0.5",
"highlight.js": "^10.7.2",
"jquery": "^3.5.1",
"js-cookie": "^2.2.1",
"jsdom": "^19.0.0",
"jszip": "^3.2.2",
"katex": "0.16.10",
"markdown-it": "13.0.1",
"markdown-it-anchor": "8.6.4",
"markdown-it-replacements": "1.0.2",
"markdown-it-task-checkbox": "1.0.6",
"meteor-node-stubs": "1.2.7",
"pdfjs-dist": "3.11.174",
"react": "^17.0.1",
"react-bootstrap": "^1.4.3",
"react-bootstrap-typeahead": "^5.1.4",
"react-dnd": "^15.1.1",
"react-dnd-html5-backend": "^15.1.2",
"react-dom": "^17.0.1",
"react-intersection-observer": "^8.31.0",
"react-responsive": "^8.2.0",
"roman-numeral": "^0.2.6",
"solid-bootstrap": "1.0.8",
"solid-js": "1.4.8",
"solid-meteor-data": "0.6.2"
},
"devDependencies": {
"babel-preset-solid": "1.4.8",
"coffeescript": "^2.5.1",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.0.1",
"eslint-config-airbnb-base": "14.0.0",
"eslint-import-resolver-meteor": "0.4.0",
"eslint-plugin-coffee": "github:helixbass/eslint-plugin-coffee#eslint-plugin-coffee-v0.1.16-dev.4-gitpkg",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-meteor": "7.3.0",
"eslint-plugin-react": "7.28.0",
"grunt": "^1.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-replace-regex": "^1.0.3",
"moment-timezone": "^0.5.32"
},
"meteor": {
"nodeModules": {
"recompile": {
"solid-bootstrap": true
}
}
},
"solid": {
"match": [
"client/users.coffee",
"client/solid/*",
"node_modules/solid*/**/*.jsx"
],
"verbose": false
}
}