-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
78 lines (78 loc) · 2.33 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "iff-frontend",
"description": "Front that powers internetfreedom.in built using Ghost and Gatsby",
"version": "1.0.0",
"license": "MIT",
"author": "Internet Freedom Foundation",
"homepage": "https://internetfreedom.in",
"repository": {
"type": "git",
"url": "git+https://InternetFreedomFoundation/internetfreedom.in.git"
},
"engines": {
"node": ">= 18.14.0"
},
"bugs": {
"url": "https://InternetFreedomFoundation/internetfreedom.in/issues"
},
"keywords": [
"IFF",
"ghost"
],
"main": "n/a",
"scripts": {
"serve": "gatsby build && NODE_ENV=production gatsby serve",
"build": "gatsby build",
"dev": "gatsby develop",
"lint": "eslint . --ext .js --cache",
"develop": "gatsby develop",
"start": "gatsby serve",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"clean": "gatsby clean",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240222.0",
"@tailwindcss/typography": "^0.5.10",
"@types/tryghost__content-api": "^1.3.14",
"autoprefixer": "^10.4.16",
"babel-eslint": "10.1.0",
"eslint": "8.40.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-ghost": "3.0.0",
"eslint-plugin-react": "7.32.2",
"gatsby-plugin-postcss": "^6.13.0",
"postcss": "^8.4.33",
"prettier": "2.8.8",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@gatsbyjs/reach-router": "^2.0.1",
"@headlessui/react": "^1.7.18",
"@tryghost/helpers": "1.1.79",
"@tryghost/helpers-gatsby": "2.0.10",
"cheerio": "1.0.0-rc.12",
"gatsby": "^5.13.1",
"gatsby-awesome-pagination": "0.3.8",
"gatsby-plugin-catch-links": "5.9.0",
"gatsby-plugin-feed": "5.9.0",
"gatsby-plugin-image": "3.9.0",
"gatsby-plugin-manifest": "5.9.0",
"gatsby-plugin-offline": "6.9.0",
"gatsby-plugin-react-helmet": "6.9.0",
"gatsby-plugin-sharp": "5.13.0",
"gatsby-plugin-sitemap": "^6.13.0",
"gatsby-source-filesystem": "^5.13.0",
"gatsby-source-ghost": "5.0.2",
"gatsby-transformer-sharp": "5.9.0",
"lodash": "4.17.21",
"pagefind": "^1.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"react-paginate": "^8.2.0",
"react-razorpay": "^1.2.0",
"url": "0.11.0"
}
}