-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.59 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
{
"name": "@snlab/sveltex-unified",
"version": "0.0.16",
"description": "",
"main": "dist/sveltex-unified.cjs.js",
"module": "dist/sveltex-unified.esm.js",
"scripts": {
"test": "jest",
"dev": "jest --watch",
"build": "rollup -c",
"prepublishOnly": "npm run build"
},
"author": "Ate Poorthuis",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@mapbox/rehype-prism": "github:spatialnetworkslab/rehype-prism",
"@rollup/plugin-json": "^4.0.3",
"@snlab/refractor-svelte": "0.0.2",
"@starptech/prettyhtml-hast-to-html": "^0.10.0",
"dedent": "^0.7.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"hast-util-find-and-replace": "^3.0.0",
"is-alphabetical": "^1.0.4",
"jest": "^26.0.1",
"js-yaml": "^3.13.1",
"node-fetch": "^2.6.0",
"object-hash": "^2.0.3",
"rehype-katex": "^3.0.0",
"rehype-stringify": "^7.0.0",
"remark-containers": "^1.1.2",
"remark-frontmatter": "^2.0.0",
"remark-math": "^2.0.1",
"remark-parse": "^8.0.2",
"remark-parse-yaml": "0.0.3",
"remark-rehype": "^6.0.0",
"rollup": "^2.8.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"space-separated-tokens": "^1.1.5",
"unified": "^9.0.0",
"unist-util-remove": "^2.0.0",
"unist-util-visit": "^2.0.2",
"xtend": "^4.0.2"
}
}