-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 903 Bytes
/
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
{
"version": "4.0.0-beta.1",
"dependencies": {
"array-union": "^2.1.0",
"callsite": "^1.0.0",
"catchify": "^2.6.1",
"classnames": "^2.2.6",
"deepmerge": "^4.0.0",
"dot-prop": "^5.1.0",
"ejs": "^2.7.1",
"execall": "^2.0.0",
"front-matter": "^3.0.2",
"globby": "^10.0.1",
"graceful-fs": "^4.2.2",
"html-attribute-parser": "^1.0.0",
"load-json-file": "^6.2.0",
"make-dir": "^3.0.0",
"marked": "^0.7.0",
"minimatch": "^3.0.4",
"multimatch": "^4.0.0",
"prettier": "^1.18.2",
"remark-parse": "^7.0.1",
"rimraf": "^3.0.0",
"sass": "^1.23.7",
"slugify": "^1.3.5",
"temp-write": "^4.0.0",
"unified": "^8.4.1",
"write-json-file": "^4.2.0"
},
"scripts": {
"build": "node ./src/build.js",
"build:styles": "sass ./src/styles/index.scss"
},
"lastSha": "dff07894015a2936aee60924a75e13ccd654afc3"
}