-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
32 lines (32 loc) · 1.05 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
{
"name": "thomas-leon-highbaugh-resume",
"version": "3.1.0",
"description": "A tasteful, professional resume written using HTML & Tailwind.css. Based on Universal Resume Template",
"homepage": "https://github.com/Thomashighbaugh/resume",
"repository": {
"type": "git",
"url": "https://github.com/Thomashighbaugh/resume"
},
"bugs": {
"url": "https://github.com/Thomashighbaugh/resume/issues"
},
"license": "MIT",
"author": "Thomas Leon Highbaugh <[email protected]>",
"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"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"autoprefixer": "^10.4.16",
"concurrently": "6.0.0",
"cross-env": "7.0.3",
"cssnano": "5.0.0",
"live-server": "1.2.1",
"postcss": "^8.4.31",
"postcss-cli": "8.3.1",
"postcss-import": "12.0.1",
"tailwind-heropatterns": "^0.0.8",
"tailwindcss": "^3.3.5"
}
}