-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 959 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 959 Bytes
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
{
"name": "mr-adib-resume",
"version": "2.0.0",
"description": "",
"dependencies": {
"tailwindcss": "latest"
},
"keywords": [
"MrAdib",
"tailwind",
"resume"
],
"author": "John Adib",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"cssnano": "latest",
"postcss": "latest",
"postcss-cli": "latest",
"prettier": "latest"
},
"scripts": {
"dev": "npm run build",
"prebuild": "open ./index.html",
"build": "npx tailwindcss -i ./style/tailwind.css -o ./style/style.min.css --watch --minify",
"check": "biome check",
"check:fix": "biome check --write",
"format": "biome format .",
"format:fix": "biome format . --write",
"lint": "biome lint",
"lint:fix": "biome lint --fix",
"lint:fix:unsafe": "biome lint --fix --unsafe"
},
"packageManager": "pnpm@10.30.0+sha512.2b5753de015d480eeb88f5b5b61e0051f05b4301808a82ec8b840c9d2adf7748eb352c83f5c1593ca703ff1017295bc3fdd3119abb9686efc96b9fcb18200937"
}