-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
105 lines (105 loc) · 3.27 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
{
"name": "chuck-dries",
"version": "1.0.0",
"private": true,
"description": "Chuck Dries",
"author": "Chuck Dries",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"playground": "GATSBY_GRAPHQL_IDE=playground gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"typecheck": "tsc",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint-fix": "eslint --fix --ext .jsx,.js src",
"lint": "eslint --ext .jsx,.js src",
"upload": "rsync -rz --delete public/ [email protected]:www/personal-website",
"upload-staging": "rsync -rz --delete public/ [email protected]:www/personal-website-staging",
"deploy": "yarn build && yarn upload",
"pretty": "prettier --write ."
},
"dependencies": {
"@internationalized/date": "^3.5.2",
"@mdx-js/react": "^3.0.1",
"@react-aria/utils": "^3.23.2",
"@react-spectrum/provider": "^3.9.5",
"autoprefixer": "^10.4.19",
"bluesky-comments": "^0.9.0",
"chalk": "^4.1.2",
"chroma-js": "^2.4.2",
"classnames": "^2.5.1",
"exifr": "^7.1.3",
"fast-exif": "^2.0.1",
"gatsby": "^5.14.1",
"gatsby-plugin-feed": "^5.14.0",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-postcss": "^6.13.1",
"gatsby-plugin-preval": "^1.0.0",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-remark-images": "^7.13.2",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"glob": "^10.3.12",
"kebab-case": "^1.0.2",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.469.0",
"md5": "^2.3.0",
"node-iptc": "^1.0.5",
"node-vibrant": "3.2.1-alpha.1",
"postcss": "^8.4.38",
"postcss-nested": "^6.0.1",
"ramda": "^0.29.1",
"react": "^18.2.0",
"react-aria": "^3.32.1",
"react-aria-components": "^1.1.1",
"react-cool-dimensions": "^3.0.1",
"react-div-100vh": "^0.7.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-spring": "^9.7.5",
"react-stately": "^3.30.1",
"react-tiny-popover": "^7.2.4",
"react-window": "^1.8.10",
"sass": "^1.72.0",
"tailwindcss": "^3.4.3",
"tailwindcss-touch": "^1.0.1",
"use-breakpoint": "^2.0.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/chroma-js": "^2.4.4",
"@types/lodash.debounce": "^4.0.9",
"@types/md5": "^2.3.5",
"@types/node": "^18.19.26",
"@types/ramda": "^0.29.11",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react-helmet": "^6.1.11",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"babel-plugin-preval": "^5.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^4.1.0",
"prettier": "3.2.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.3",
"zx": "^7.2.3"
},
"resolutions": {
"mini-css-extract-plugin": "1.6.2"
},
"packageManager": "[email protected]"
}