-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.38 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
{
"name": "www.tanishqkancharla.dev",
"version": "0.1.0",
"description": "Tanishq Kancharla's website",
"main": "src/index.ts",
"scripts": {
"clear": "mkdir -p dist && rm -rf dist/*",
"build": "npm run clear; tsx build.ts",
"serve": "serve",
"dev": "npm run clear; tsx dev.ts",
"deploy": "npx vercel deploy",
"test": "mocha -r ts-node/register './src/**/*.test.ts' --verbose"
},
"author": "Tanishq Kancharla",
"license": "MIT",
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/minimatch": "^3.0.5",
"@types/mocha": "^9.1.0",
"@types/node-fetch": "^2.6.1",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.24",
"chokidar": "^3.5.3",
"esbuild": "^0.13.15",
"minimatch": "^5.1.0",
"mocha": "^9.2.2",
"serve": "^13.0.2",
"ts-node": "^10.6.0",
"tsx": "^3.12.1",
"typescript": "^4.6.2",
"vercel": "^24.0.0"
},
"dependencies": {
"@radix-ui/colors": "^0.1.8",
"@sindresorhus/is": "^4.6.0",
"@types/glob": "^7.2.0",
"@types/sharp": "^0.30.5",
"data-type-ts": "^0.0.8",
"fetch-opengraph": "^1.0.35",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"motion": "^10.15.0",
"node-fetch": "^2.6.7",
"prismjs": "^1.28.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remeda": "^0.0.32",
"sharp": "^0.31.0",
"styled-components": "^5.3.5",
"tk-parser": "^0.3.0"
}
}