-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.95 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
{
"name": "jsonresume-theme-8-bit-sheep",
"version": "1.7.0",
"private": false,
"description": "8-bit-sheep JSON Resume Theme",
"main": "index.js",
"scripts": {
"typecheck": "tsc --noEmit",
"build": "npm run clean && tsup",
"clean": "rm -f index.js",
"create-example-html": "resume export build/example.html --format html --theme .",
"create-example-pdf": "resume export build/example.pdf --format pdf --theme .",
"dev": "vite",
"lint": "eslint .",
"test": "vitest",
"prepack": "npm run typecheck && npm run lint && CI=true npm run test && npm run build && npm run create-example-html && npm run create-example-pdf"
},
"files": [
"index.js",
"index.html"
],
"repository": {
"type": "git",
"url": "git+https://github.com/8-bit-sheep/jsonresume-theme-8-bit-sheep.git"
},
"author": "8-bit-sheep",
"license": "MIT",
"bugs": {
"url": "https://github.com/8-bit-sheep/jsonresume-theme-8-bit-sheep/issues"
},
"homepage": "https://github.com/8-bit-sheep/jsonresume-theme-8-bit-sheep#readme",
"dependencies": {
"cheerio": "^1.0.0",
"date-fns": "^4.1.0",
"markdown-to-jsx": "^7.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.1.13",
"styled-normalize": "^8.1.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/cheerio": "^0.22.31",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@vitejs/plugin-react": "^4.3.2",
"@vitest/coverage-v8": "^2.1.2",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"jsdom": "^25.0.1",
"resume-cli": "^3.0.8",
"tsup": "^8.3.0",
"typescript": "^5.0.2",
"vite": "^5.4.8",
"vitest": "^2.1.2"
}
}