-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
{
"author": "David Ng <david.ng.dev@gmail.com>",
"dependencies": {
"clsx": "2.1.1",
"json-colorizer": "3.0.1",
"openai": "4.79.3",
"playwright": "1.48.2",
"vite": "6.0.11"
},
"description": "David Ng personal resume",
"devDependencies": {
"@busybox/commitlint-config": "2024.11.10-alpha.2150",
"@busybox/eslint-config-code-sorting": "2024.11.10-alpha.2150",
"@busybox/eslint-config-esm": "2024.11.10-alpha.2150",
"@busybox/eslint-config-tailwindcss": "2024.11.10-alpha.2150",
"@busybox/eslint-config-text-document": "2024.11.10-alpha.2150",
"@busybox/prettier-config": "2024.11.10-alpha.2150",
"@busybox/tailwindcss-config": "2024.11.10-alpha.2150",
"@commitlint/cli": "19.6.1",
"autoprefixer": "10.4.20",
"eslint": "9.17.0",
"globals": "15.14.0",
"husky": "9.1.7",
"is-ci": "4.1.0",
"lint-staged": "15.4.1",
"postcss": "8.5.1",
"prettier": "3.4.2",
"resume-schema": "1.0.1",
"tailwindcss": "3.4.17",
"vitest": "3.0.3"
},
"engines": {
"node": ">=20",
"yarn": "Use npm"
},
"license": "MIT",
"main": "resume.json",
"name": "resume.json",
"private": true,
"repository": "git@github.com:davidNHK/resume.json.git",
"scripts": {
"prepare": "is-ci || husky"
},
"type": "module",
"version": "0.0.0"
}