generated from rachelslurs/nextjs-resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.9 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
{
"name": "next-resume-generator",
"version": "4.3.8",
"type": "module",
"author": {
"name": "Colin Hemphill",
"email": "[email protected]",
"url": "https://colinhemphill.com"
},
"keywords": [
"resume",
"generator",
"nextjs",
"pdf"
],
"homepage": "https://github.com/colinhemphill/nextjs-resume-generator",
"scripts": {
"build": "next build",
"build:content": "contentlayer build",
"dev": "next dev",
"format": "prettier --write 'src/**/*.{json,js,ts,tsx}'",
"lint": "next lint",
"prepare": "husky",
"start": "next start",
"test": "bun test",
"test:coverage": "bun test --coverage",
"test:update": "bun test --update-snapshots",
"test:watch": "bun test --watch",
"types": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.5.1",
"@fortawesome/free-brands-svg-icons": "6.5.1",
"@fortawesome/free-solid-svg-icons": "6.5.1",
"@fortawesome/react-fontawesome": "0.2.0",
"@headlessui/react": "^2.0.0-alpha.4",
"@radix-ui/colors": "3.0.0",
"class-variance-authority": "0.7.0",
"contentlayer": "0.3.4",
"next": "14.1.1",
"next-contentlayer": "0.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "2.2.1"
},
"devDependencies": {
"@happy-dom/global-registrator": "13.3.8",
"@testing-library/react": "14.2.1",
"@types/node": "20.11.16",
"@types/react": "18.2.52",
"autoprefixer": "10.4.17",
"bun-types": "1.0.25",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "9.1.0",
"husky": "9.0.10",
"jsdom": "24.0.0",
"lint-staged": "15.2.1",
"postcss": "8.4.33",
"prettier": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.11",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"webpack": "5.90.1",
"windy-radix-palette": "2.0.0-beta.7"
}
}