-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
58 lines (58 loc) · 1.72 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
{
"name": "graypaper-website",
"version": "1.0.0",
"private": true,
"author": "W3F <[email protected]>",
"scripts": {
"develop": "gatsby develop",
"dev": "pnpm develop",
"dev:functions": "netlify functions:serve",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"prettier": "prettier . --write",
"apple-canvas-fix": "brew install pkg-config cairo pango && pnpm rebuild canvas"
},
"dependencies": {
"@netlify/functions": "^2.8.1",
"@radix-ui/react-select": "^2.1.1",
"autoprefixer": "^10.4.19",
"canvas": "^2.11.2",
"clsx": "^2.1.0",
"gatsby": "^5.13.4",
"gatsby-plugin-fix-fouc": "^1.0.5",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-postcss": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-json": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"i18next": "^23.11.2",
"i18next-browser-languagedetector": "^7.2.1",
"latex.css": "^1.11.0",
"lucide-react": "^0.414.0",
"pdfjs-dist": "^4.2.67",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-i18next": "^14.1.0",
"react-lite-youtube-embed": "^2.4.0",
"react-pdf": "^9.1.0",
"slugify": "^1.6.6",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"node-loader": "^2.0.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"typescript": "^5.4.5"
}
}