-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.66 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
{
"name": "jasongallagher.org",
"version": "4.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "NODE_ENV=production http-server -p 3000 out",
"test": "vitest",
"lint": "next lint",
"format": "prettier '**/*.{js,jsx,ts,tsx}' --write",
"ts": "tsc --noEmit"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"bootstrap": "5.2.3",
"clsx": "^2.1.1",
"lodash": "^4.17.21",
"next": "^14.2.13",
"next-promise-cache": "^0.6.3",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"server-only": "^0.0.1"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^6.0.0",
"@next/bundle-analyzer": "^14.2.13",
"@testing-library/react": "^16.0.1",
"@types/lodash": "^4.17.9",
"@types/node": "22.7.3",
"@types/react": "^18.3.9",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"c8": "^10.1.2",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.13",
"eslint-config-prettier": "^9.1.0",
"jsdom": "^25.0.1",
"postcss": "^8.4.47",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.0.5",
"prettier": "^3.3.3",
"sass": "^1.79.3",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
},
"prettier": {
"singleQuote": true
},
"packageManager": "[email protected]+sha256.caa915eaae9d9aefccf50ee8aeda25a2f8684d8f9d5c6e367eaf176d97c1f89e"
}