-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
88 lines (88 loc) · 2.67 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
{
"name": "ryan-warner-codes",
"description": "Personal site",
"version": "1.0.0",
"author": "Ryan Warner <[email protected]>",
"scripts": {
"build": "gatsby build",
"build:production": "DEPLOY_ENV=production gatsby build",
"build:staging": "DEPLOY_ENV=staging gatsby build",
"develop": "gatsby develop -p 4000",
"start": "npm run develop",
"start-functions": "firebase emulators:start --only functions",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1",
"lint:fix": "eslint src/components/** --fix"
},
"dependencies": {
"@mdx-js/mdx": "1.6.21",
"@mdx-js/react": "1.6.21",
"@stripe/react-stripe-js": "1.1.2",
"@stripe/stripe-js": "1.5.0",
"amplitude-js": "7.3.0",
"comfy.js": "1.0.18",
"copy-text-to-clipboard": "2.1.1",
"dayjs": "1.9.3",
"focus-visible": "5.2.0",
"framer-motion": "1.11.0",
"fuse.js": "5.2.3",
"gatsby": "2.27.4",
"gatsby-image": "2.6.0",
"gatsby-plugin-amplitude-analytics": "3.2.0",
"gatsby-plugin-layout": "1.5.0",
"gatsby-plugin-manifest": "2.7.0",
"gatsby-plugin-mdx": "1.5.0",
"gatsby-plugin-react-helmet": "3.5.0",
"gatsby-plugin-sharp": "2.9.1",
"gatsby-plugin-sitemap": "2.7.0",
"gatsby-plugin-styled-components": "3.5.0",
"gatsby-remark-images": "3.6.0",
"gatsby-source-filesystem": "2.6.1",
"gatsby-transformer-sharp": "2.7.0",
"pixi-particles": "4.2.1",
"pixi.js": "5.2.4",
"pixi.js-legacy": "5.2.4",
"prism-react-renderer": "1.1.1",
"prop-types": "15.7.2",
"react": "17.0.1",
"react-diff-viewer": "3.1.1",
"react-dom": "17.0.1",
"react-feather": "2.0.8",
"react-helmet": "6.1.0",
"react-player": "2.7.0",
"remark-slug": "6.0.0",
"slugify": "1.4.6",
"styled-components": "5.2.1"
},
"keywords": [
"gatsby",
"react",
"blog",
"portfolio",
"ryan warner",
"tutorials"
],
"license": "MIT",
"devDependencies": {
"@babel/plugin-proposal-export-default-from": "7.12.1",
"@babel/plugin-proposal-export-namespace-from": "7.12.1",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"babel-plugin-styled-components": "1.12.0",
"chalk": "4.1.0",
"cross-env": "7.0.2",
"dotenv": "8.2.0",
"dotenv-webpack": "6.0.0",
"eslint-config-standard": "14.1.1",
"eslint-config-standard-react": "9.2.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"firebase-tools": "8.16.2",
"hygen": "6.0.4",
"prettier": "2.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/RyanWarner/ryan.warner.codes"
}
}