-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
149 lines (149 loc) · 5.52 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "@anolilab/resume",
"version": "0.0.0",
"private": true,
"description": "My personal resume",
"repository": {
"type": "git",
"url": "https://github.com/anolilab/resume.git"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/prisis"
},
{
"type": "consulting",
"url": "https://anolilab.com/support"
}
],
"license": "MIT",
"author": {
"name": "Daniel Bannert",
"email": "[email protected]",
"url": "https://www.danielbannert.com"
},
"sideEffects": false,
"scripts": {
"audit": "pnpm dlx audit-ci@^6 --config ./audit-ci.jsonc",
"build": "tsc && cross-env NODE_ENV='production' vite build",
"build:pdf": "esno ./bin/build-pdf.ts",
"clean": "rimraf node_modules dist",
"commit": "cz",
"dev": "vite",
"download:resume": "esno ./bin/download-resume-gist.ts",
"lint": "pnpm run lint:text && pnpm run lint:prettier && pnpm run lint:eslint",
"lint:commits": "pnpm commitlint --from HEAD~1 --to HEAD --verbose",
"lint:eslint": "cross-env NO_LOGS=true eslint . --ext js,cjs,mjs,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js --cache --cache-strategy content .",
"lint:eslint:fix": "pnpm run lint:eslint --fix",
"lint:prettier": "prettier --config=.prettierrc.js '**/*.{js,jsx,tsx,ts,less,md,json,html}'",
"lint:prettier:fix": "prettier --config=.prettierrc.js --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
"lint:secrets": "secretlint **/*",
"lint:text": "textlint ./.github/ISSUE_TEMPLATE/** ./README.md ./UPGRADE.md --parallel --experimental --dry-run",
"lint:text:fix": "textlint ./.github/ISSUE_TEMPLATE/** ./README.md ./UPGRADE.md --parallel --experimental --fix",
"prepare": "is-ci || (node verify-node-version.cjs && pnpx only-allow pnpm && husky install)",
"serve": "vite preview",
"sort-package-json": "sort-package-json ./package.json",
"test": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@anolilab/resume-schema": "2.0.3",
"@fontsource/noto-sans-sc": "^5.0.7",
"@fontsource/nunito": "^5.0.8",
"@octokit/rest": "^20.0.1",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"date-fns": "^2.30.0",
"deepmerge": "^4.3.1",
"esno": "^0.17.0",
"gravatar": "^1.8.2",
"lodash.capitalize": "^4.2.1",
"puppeteer": "^21.0.1"
},
"devDependencies": {
"@anolilab/commitlint-config": "^3.0.6",
"@anolilab/eslint-config": "^11.3.5",
"@anolilab/lint-staged-config": "^2.0.7",
"@anolilab/prettier-config": "^5.0.5",
"@anolilab/textlint-config": "^8.0.6",
"@commitlint/cli": "^17.7.1",
"@secretlint/secretlint-rule-preset-recommend": "^7.0.7",
"@types/gravatar": "^1.8.4",
"@types/lodash.capitalize": "^4.2.7",
"@vitest/coverage-v8": "^0.34.4",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"cssnano": "^6.0.1",
"eslint": "^8.49.0",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-import": "npm:[email protected]",
"eslint-plugin-mdx": "^2.2.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-vitest": "^0.3.1",
"handlebars": "^4.7.8",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^14.0.1",
"postcss": "^8.4.30",
"postcss-import": "^15.1.0",
"prettier": "^3.0.3",
"puppeteer": "^21.3.1",
"rimraf": "^5.0.1",
"secretlint": "7.0.7",
"sort-package-json": "^2.5.1",
"tailwindcss": "^3.3.3",
"textlint": "^13.3.3",
"typescript": "^5.2.2",
"underscore.string": "^3.3.6",
"vite": "^4.4.9",
"vite-plugin-favicon2": "^1.1.5",
"vite-plugin-handlebars": "^1.6.0",
"vite-plugin-static-copy": "^0.17.0",
"vitest": "^0.34.6"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.16.* <=20.*"
},
"anolilab": {
"lint-staged-config": {
"settings": {
"eslint": {
"config": "./.eslintrc.js"
}
}
},
"eslint-config": {
"plugin": {
"tsdoc": false,
"etc": false
},
"warn_on_unsupported_typescript_version": false,
"info_on_disabling_jsx_react_rule": false,
"info_on_disabling_prettier_conflict_rule": false,
"info_on_disabling_jsonc_sort_keys_rule": false
}
},
"pnpm": {
"overrides": {
"jpeg-js@<0.4.0": ">=0.4.0",
"got@<11.8.5": ">=11.8.5",
"jpeg-js@<0.4.4": ">=0.4.4",
"trim@<0.0.3": ">=0.0.3",
"chrono-node@<2.2.4": ">=2.2.4",
"minimist@<0.2.4": ">=0.2.4",
"xml2js@<0.5.0": ">=0.5.0",
"sharp@<0.30.5": ">=0.30.5",
"url-regex": "npm:[email protected]",
"request": "npm:@cypress/[email protected]",
"minimist@<0.2.1": ">=0.2.1",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"tough-cookie@<4.1.3": ">=4.1.3",
"sharp@<0.32.6": ">=0.32.6",
"vite@>=4.4.0 <4.4.12": ">=4.4.12",
"vite@>=4.0.0 <=4.5.1": ">=4.5.2",
"vite@>=2.7.0 <=2.9.16": ">=2.9.17"
}
}
}