-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 925 Bytes
/
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
{
"name": "resume",
"version": "0.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"dev:web": "vite",
"build:browser": "vite build",
"build:server": "node ./scripts/build.cjs",
"vercel-build": "npm run build:server",
"check:types": "tsc --noEmit",
"check:lint": "biome check .",
"test:static": "run-p check:*"
},
"dependencies": {
"@react-pdf/renderer": "2.0.20",
"airtable": "0.11.1",
"date-fns": "2.25.0",
"encoding": "^0.1.13",
"react": "17.0.0",
"react-dom": "17.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@rqbazan/vite-plugin-shim-react-pdf": "1.1.0",
"@types/node": "16.11.6",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@vercel/node": "1.12.1",
"@vitejs/plugin-react": "1.0.0",
"esbuild": "^0.20.0",
"npm-run-all": "^4.1.5",
"typescript": "4.3.2",
"vite": "2.6.4"
}
}