-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 850 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
36
{
"name": "create-markdown-to-resume",
"version": "1.1.0",
"type": "module",
"main": "cli.js",
"bin": {
"create-markdown-to-resume": "cli.js"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build:cli": "unbuild",
"build:all": "vite build&&unbuild",
"preview": "vite preview"
},
"devDependencies": {
"@rollup/pluginutils": "^5.0.2",
"fs-extra": "^11.1.0",
"html-minifier-terser": "^7.1.0",
"kolorist": "^1.6.0",
"markdown-it": "^13.0.1",
"markdown-it-attrs": "^4.1.6",
"markdown-it-container": "^3.0.0",
"markdown-it-imsize": "^2.0.1",
"prompts": "^2.4.2",
"puppeteer": "^19.4.1",
"rollup-pluginutils": "^2.8.2",
"sass": "^1.57.1",
"unbuild": "^1.0.2",
"vite": "^4.0.4"
},
"dependencies": {
"reset.css": "^2.0.2"
},
"license": "MIT"
}