-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 960 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
{
"name": "lilypad",
"version": "1.0.0",
"repository": "https://github.com/rcya1/lilypad",
"author": "rcya1 <[email protected]>",
"license": "MIT",
"main": "index.js",
"scripts": {
"watch": "nodemon --exitcrash",
"render": "ts-node watcher/index.ts --single-run",
"clean": "rm -rf rendered && rm -rf docs",
"build-browser": "rm -rf docs && cd browser && yarn build && cd .. && mkdir -p docs && cp -r browser/dist/* docs/ && cp -r rendered/html/* docs/ && sed -i 's/\\/assets/\\.\\/assets/g' docs/index.html"
},
"dependencies": {
"@types/less": "^3.0.6",
"@types/recursive-readdir": "^2.2.4",
"chokidar": "^3.6.0",
"crossnote": "^0.9.9",
"front-matter": "^4.0.2",
"image-size": "^1.1.1",
"less": "^4.2.0",
"marked": "^12.0.2",
"marked-katex-extension": "^5.0.1",
"nodemon": "^3.1.2",
"puppeteer": "^22.10.0",
"recursive-readdir": "^2.2.3",
"ts-node": "^10.9.2"
}
}