-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
123 lines (123 loc) · 3.82 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "novu-gatsby",
"description": "Novu project website",
"version": "0.1.0",
"engines": {
"node": ">=18.0.0",
"npm": ">=8.3.0"
},
"scripts": {
"start": "npm run develop",
"develop": "gatsby develop -H 0.0.0.0",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write --ignore-path .gitignore .",
"lint": "npm run lint:js & npm run lint:md",
"lint:fix": "npm run lint:js:fix & npm run lint:md:fix",
"lint:js": "eslint --ext .js,.jsx --ignore-path .gitignore .",
"lint:js:fix": "eslint --fix --ext .js,.jsx --ignore-path .gitignore .",
"lint:md": "markdownlint --ignore-path .gitignore .",
"lint:md:fix": "markdownlint --fix --ignore-path .gitignore .",
"prepare": "husky install"
},
"dependencies": {
"@gsap/react": "^2.1.1",
"@inkeep/widgets": "^0.2.289",
"@netlify/functions": "^2.8.2",
"@octokit/rest": "^20.0.2",
"@react-hook/throttle": "^2.2.0",
"@rive-app/canvas": "^2.20.0",
"@rive-app/react-canvas": "^4.13.8",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"emoji-js": "^3.8.0",
"framer-motion": "^11.11.9",
"gatsby": "^5.13.7",
"gatsby-plugin-feed": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-segment-js": "^5.0.0",
"gatsby-source-github-api": "^1.0.0",
"gatsby-source-rss-feed": "^1.2.2",
"gatsby-source-sanity": "^7.9.1",
"gatsby-source-wordpress": "^7.13.5",
"gsap": "^3.12.5",
"html-react-parser": "^5.1.18",
"install": "^0.13.0",
"lodash.isboolean": "^3.0.3",
"lodash.isempty": "^4.4.0",
"lottie-web": "^5.12.2",
"mixpanel-browser": "^2.55.1",
"moment": "^2.30.1",
"node-emojify": "0.0.15",
"object-hash": "^3.0.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-aria": "^3.35.1",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.13.1",
"react-modal": "^3.16.1",
"react-paginate": "^8.2.0",
"react-share": "^5.1.0",
"react-slick": "^0.30.2",
"react-stately": "^3.33.0",
"react-syntax-highlighter": "^15.6.1",
"react-tooltip": "^5.28.0",
"react-use": "^17.5.1",
"slick-carousel": "^1.8.1",
"slugify": "^1.6.6",
"smooth-scroll": "^16.1.3",
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"@babel/core": "^7.25.9",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@parcel/namer-default": "^2.12.0",
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"gatsby-alias-imports": "^1.0.6",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-postcss": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-svgr-svgo": "^2.0.0",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"markdownlint-cli": "^0.42.0",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"slash": "^3.0.0",
"tailwindcss-safe-area": "^0.6.0"
},
"keywords": [
"react",
"gatsby",
"tailwind"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pixel-point/gatsby-tailwind-starter"
},
"bugs": {
"url": "https://github.com/pixel-point/gatsby-tailwind-starter/issues"
}
}