forked from transloadit/uppy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.4 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
{
"name": "uppy.io",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "4.2.1"
},
"devDependencies": {
"@aduh95/hexo-renderer-postcss": "^3.0.0",
"@babel/core": "^7.4.4",
"@octokit/rest": "16.43.1",
"@transloadit/prettier-bytes": "0.0.7",
"autoprefixer": "^10.2.6",
"chalk": "2.4.2",
"cssnano": "^5.0.6",
"drag-drop": "^4.2.0",
"esbuild": "^0.16.1",
"esbuild-plugin-alias": "^0.2.1",
"esbuild-plugin-babel": "^0.2.3",
"glob": "^7.2.0",
"gzip-size": "5.1.1",
"he": "^1.2.0",
"hexo": "4.2.1",
"hexo-browsersync": "^0.3.0",
"hexo-cli": "3.1.0",
"hexo-filter-github-emojis": "arturi/hexo-filter-github-emojis",
"hexo-generator-alias": "^0.1.3",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^2.1.1",
"hexo-generator-index": "^1.0.0",
"hexo-generator-tag": "^1.0.0",
"hexo-helper-inline-svg": "^1.1.3",
"hexo-include-markdown": "^1.0.2",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-marked": "2.0.0",
"hexo-server": "^1.0.0",
"hexo-util": "^1.9.1",
"js-yaml": "^3.13.1",
"marked": "^0.7.0",
"mdast-util-inject": "1.1.0",
"multi-glob": "^1.0.2",
"node-notifier": "^8.0.1",
"postcss-inline-svg": "^5.0.0",
"prismjs": "^1.17.1",
"sass": "^1.29.0",
"touch": "3.1.0"
},
"scripts": {
"hexo": "hexo"
}
}