generated from pixel-point/gatsby-tailwind-starter
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
98 lines (98 loc) · 3.22 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
{
"name": "pixelpoint-website",
"version": "0.1.0",
"description": "Design and development of outstanding marketing websites that convert visitors into customers",
"keywords": [
"react",
"gatsby",
"tailwindcss",
"rive",
"next-js"
],
"license": "MIT",
"homepage": "https://pixelpoint.io",
"author": "Pixel Point <info@pixelpoint.io> (https://pixelpoint.io)",
"engines": {
"node": ">=18.0.0",
"npm": ">=8.6.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": {
"@code-hike/mdx": "^0.9.0",
"@mdx-js/react": "^2.0.0",
"@rive-app/react-canvas": "^4.9.2",
"clsx": "^2.0.0",
"framer-motion": "^10.16.4",
"gatsby": "^5.12.4",
"gatsby-plugin-canonical-urls": "^5.12.0",
"gatsby-plugin-gatsby-cloud": "^5.12.1",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-mdx": "^5.12.0",
"gatsby-plugin-twitter": "^5.12.3",
"gatsby-remark-embed-video": "^3.2.1",
"gatsby-remark-embedder": "^7.0.0",
"lodash.get": "^4.4.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.2",
"react-paginate": "^8.2.0",
"react-share": "^4.4.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-autolink-headings": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^1.0.0",
"slugify": "^1.6.6",
"swiper": "^11.1.3",
"tailwindcss": "^3.3.3",
"tailwindcss-safe-area": "^0.4.1"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"eslint": "^8.49.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"gatsby-alias-imports": "^1.0.6",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-postcss": "^6.12.0",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-plugin-sitemap": "^6.12.0",
"gatsby-plugin-svgr-svgo": "^2.0.0",
"gatsby-remark-copy-linked-files": "^6.12.0",
"gatsby-remark-images": "^7.12.0",
"gatsby-remark-prismjs": "^7.12.0",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-json": "^5.12.0",
"gatsby-transformer-sharp": "^5.12.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"markdownlint-cli": "^0.37.0",
"postcss": "^8.4.30",
"postcss-import": "^15.1.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4"
}
}