forked from WebPraktikos/universal-resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1000 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": "rekkice-resume",
"version": "3.1.1",
"description": "Full-stack developer resume",
"homepage": "https://github.com/Rekkice/resume",
"repository": {
"type": "git",
"url": "https://github.com/Rekkice/resume.git"
},
"license": "NonCommercial-ShareAlike 1.0 Generic",
"scripts": {
"serve": "concurrently \"postcss ./tailwind.css -o docs/build.css --watch\" \"live-server ./docs \"",
"build": "cross-env NODE_ENV=build postcss ./tailwind.css -o ./docs/build.css",
"generate:pdf": "node generatePDF.mjs",
"start:browserless": "docker run -p 3000:3000 -v ./docs:/usr/src/app/static/resume ghcr.io/browserless/chromium"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.0.6",
"autoprefixer": "^9.7.4",
"concurrently": "^5.1.0",
"cross-env": "^7.0.0",
"cssnano": "^4.1.10",
"live-server": "^1.2.1",
"postcss-cli": "^7.0.0",
"postcss-import": "^12.0.1",
"puppeteer": "^23.5.1",
"tailwindcss": "^1.2.0"
}
}