-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "katex-elements",
"version": "0.2.0",
"description": "Web components for easily using KaTeX in HTML",
"main": "index.js",
"module": "index.js",
"type": "module",
"scripts": {
"build": "tsc",
"serve": "es-dev-server --node-resolve --watch",
"test": "karma start karma.conf.cjs",
"update-snapshots": "karma start karma.conf.cjs --update-snapshots"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justinfagnani/katex-elements.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/justinfagnani/katex-elements/issues"
},
"homepage": "https://github.com/justinfagnani/katex-elements#readme",
"dependencies": {
"katex": "^0.12.0"
},
"devDependencies": {
"@open-wc/testing": "^2.5.29",
"@open-wc/testing-karma": "^4.0.9",
"@types/chai": "^4.2.14",
"@types/katex": "^0.11.0",
"@types/mocha": "^8.0.3",
"chai": "^4.2.0",
"deepmerge": "^4.2.2",
"es-dev-server": "^1.57.8",
"karma": "^5.2.3",
"karma-chai": "^0.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-snapshot": "^0.2.1",
"karma-snapshot": "^0.6.0",
"lit-html": "^1.3.0",
"mocha": "^8.2.0",
"typescript": "^4.0.3"
}
}