-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.97 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": "anshumanmahato.github.io",
"author": {
"name": "Anshuman Mahato",
"email": "[email protected]"
},
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "concurrently \"next\" \"pnpm codegen-hashnode --watch\" \"pnpm codegen-github --watch\" --names next,codegen-hashnode,cogeden-github --prefix-colors yellow,green,blue",
"codegen-hashnode": "graphql-codegen --config codegen-hashnode.yml",
"load-skills": "ts-node ./scripts/loadSkills.ts",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen-github": "graphql-codegen --config codegen-github.yml"
},
"dependencies": {
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"classnames": "^2.5.1",
"framer-motion": "^11.1.5",
"graphql-request": "^7.0.1",
"js-base64": "^3.7.7",
"js-cookie": "^3.0.5",
"next": "^14.2.4",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.1.0",
"rss": "^1.2.2",
"sanitize-html": "^2.13.0",
"slug": "^9.0.0",
"uuid": "^9.0.1",
"validator": "^13.12.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.2.6",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-codegen/typed-document-node": "^5.0.6",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@parcel/watcher": "^2.4.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.13",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/rss": "^0.0.32",
"@types/sanitize-html": "^2.11.0",
"@types/slug": "^5.0.8",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}