-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 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
{
"name": "elucidate",
"version": "1.0.0",
"description": "",
"scripts": {
"build:bundle": "npx webpack --color",
"build": "make -C lib && npm run build:bundle"
},
"author": {
"name": "Ellen M. Price",
"email": "emprice@uchicago.edu",
"url": "https://emprice.org"
},
"repository": {
"type": "git",
"url": "https://github.com/emprice/elucidate.git"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.22.9",
"@codemirror/commands": "^6.2.4",
"@codemirror/lang-html": "^6.4.5",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/search": "^6.5.4",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.14.0",
"@lezer/generator": "^1.5.1",
"@lezer/highlight": "^1.1.6",
"@types/jquery": "^3.5.16",
"@types/node": "^20.3.3",
"accessibility-checker": "^3.1.59",
"babel-loader": "^9.1.2",
"buffer": "^6.0.3",
"constants-browserify": "^1.0.0",
"css-loader": "^6.8.1",
"csso": "^5.0.5",
"csso-webpack-plugin": "^2.0.0-beta.3",
"cypress": "^13.3.1",
"dompurify": "^3.0.5",
"ejs-loader": "^0.5.0",
"exports-loader": "^4.0.0",
"file-loader": "^6.2.0",
"foundation-sites": "^6.7.5",
"fuse.js": "^6.6.2",
"highlight.js": "^11.8.0",
"html-webpack-plugin": "^5.5.3",
"http-server": "^14.1.1",
"imports-loader": "^4.0.1",
"jquery": "^3.7.0",
"jquery-ui": "^1.13.2",
"mathjax-full": "^3.2.2",
"mini-css-extract-plugin": "^2.7.6",
"pako": "^2.1.0",
"process": "^0.11.10",
"reveal.js": "^4.6.1",
"sass": "^1.63.6",
"sass-loader": "^13.3.2",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.3",
"tar-stream": "^3.1.6",
"wallace-cli": "^3.0.0",
"webpack": "^5.88.1",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-cli": "^5.1.4",
"what-input": "^5.2.12"
},
"sideEffects": [
"**/*.css"
]
}