-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·57 lines (57 loc) · 1.75 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
{
"name": "i18n-issues",
"version": "1.0.0",
"scripts": {
"dev": "dojo build --mode dev --watch --serve",
"build": "dojo build --mode dist",
"build:dev": "dojo build --mode dev",
"test": "dojo test",
"test:unit": "dojo build --mode unit && dojo test --unit --config local",
"test:functional": "dojo build --mode functional && dojo test --functional --config local",
"test:all": "dojo build --mode unit && dojo build --mode functional && dojo test --all --config local"
},
"dependencies": {
"@dojo/framework": "^6.0.0",
"@dojo/themes": "^6.0.0",
"@dojo/widgets": "^6.0.0",
"@types/markdown-it": "0.0.9",
"html-dom-parser": "^0.2.3",
"markdown-it": "^10.0.0",
"tslib": "~1.9.1"
},
"devDependencies": {
"@agentofuser/rehype-section": "1.0.5",
"@dojo/cli": "^6.0.0",
"@dojo/cli-build-app": "^6.0.0",
"@dojo/cli-test-intern": "^6.0.0",
"@dojo/scripts": "4.0.2",
"cldr-data": "36.0.0",
"typescript": "~3.4.5",
"@types/node": "10.14.13",
"@mapbox/rehype-prism": "0.3.1",
"@types/fs-extra": "8.0.0",
"@types/jest": "24.0.15",
"@types/node-fetch": "2.3.7",
"canonical-path": "1.0.0",
"feed": "4.0.0",
"fs-extra": "8.1.0",
"hast-to-hyperscript": "7.0.2",
"hast-util-to-string": "1.0.2",
"mdast-util-to-hast": "6.0.1",
"node-fetch": "2.6.0",
"refractor": "2.9.0",
"rehype": "9.0.0",
"remark-autolink-headings": "5.2.1",
"remark-frontmatter": "1.3.2",
"remark-macro": "1.0.7",
"remark-parse": "6.0.3",
"remark-parse-yaml": "0.0.2",
"remark-rehype": "4.0.1",
"remark-sectionize": "1.0.1",
"remark-slug": "5.1.2",
"remark-stringify": "6.0.4",
"shx": "0.3.2",
"ts-jest": "24.0.2",
"unified": "8.3.2"
}
}