-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.72 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
{
"name": "jdc",
"version": "1.0.0",
"license": "MIT",
"main": "core/index.ts",
"scripts": {
"start": "node core/cli/index.js watch",
"build": "node core/cli/index.js build"
},
"dependencies": {
"@babel/core": "^7.18.10",
"@babel/generator": "^7.18.12",
"@babel/parser": "^7.18.11",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/register": "^7.18.9",
"@babel/traverse": "^7.18.11",
"@babel/types": "^7.18.10",
"@mdx-js/mdx": "^2.1.2",
"@mdx-js/react": "^2.1.2",
"@miniflare/core": "^2.7.1",
"@miniflare/html-rewriter": "^2.7.1",
"@silvenon/remark-smartypants": "^1.0.0",
"@types/chalk": "^2.2.0",
"@types/chokidar": "^2.1.3",
"@types/glob": "^7.2.0",
"@types/mdx": "^2.0.2",
"@types/node": "^18.7.1",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/sharp": "^0.30.5",
"@types/string-hash": "^1.1.1",
"@types/svgo": "^2.6.4",
"browserslist": "^4.21.3",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"css-class-generator": "^2.0.0",
"csso": "^5.0.5",
"date-fns": "^2.29.1",
"express": "^4.18.1",
"glob": "^8.0.3",
"highlight.js": "^11.6.0",
"http-server": "^14.1.1",
"jdc": "link:.",
"minimatch": "^5.1.0",
"p-all": "^4.0.0",
"postcss": "^8.4.16",
"postcss-transform-classes": "^1.0.0",
"posthtml": "^0.16.6",
"posthtml-match-helper": "^1.0.3",
"posthtml-minifier": "^0.1.0",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.30.7",
"string-hash": "^1.1.3",
"svgo": "^2.8.0",
"terser": "^5.14.2",
"typescript": "^4.7.4"
}
}