-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.8 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
{
"name": "apop.ldlework.com",
"version": "1.0.0",
"private": true,
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@chakra-ui/gatsby-plugin": "^2.0.0",
"@chakra-ui/react": "^1.6.1",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@flapper/gatsby-source-flapper": "0.1.8",
"@fontsource/fira-mono": "^4.4.5",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"framer-motion": "^4.1.17",
"gatsby": "^3.10.2",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-dts-css-modules": "^2.1.0",
"gatsby-plugin-fontawesome-css": "^1.1.0",
"gatsby-plugin-graphql-codegen": "^3.0.0",
"gatsby-plugin-image": "^1.10.1",
"gatsby-plugin-mdx": "^2.10.1",
"gatsby-plugin-react-helmet": "^4.10.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-sass": "^4.10.0",
"gatsby-plugin-sharp": "^3.10.2",
"gatsby-remark-autolink-headers": "^4.7.0",
"gatsby-remark-copy-linked-files": "^4.7.0",
"gatsby-remark-images": "^5.7.0",
"gatsby-remark-local-videos": "0.0.3",
"gatsby-source-filesystem": "^3.10.0",
"gatsby-transformer-sharp": "^3.10.0",
"gray-matter": "^4.0.3",
"handlebars": "^4.7.7",
"lodash": "^4.17.21",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-image": "^4.0.3",
"react-innertext": "^1.1.5",
"react-select": "^4.3.1",
"react-syntax-highlighter": "^15.4.4",
"simplex-noise": "^2.4.0",
"typed-rest-client": "^1.8.4"
},
"devDependencies": {
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"@types/react-select": "^4.0.17",
"@types/rss": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import-newlines": "^1.1.1",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.23.1",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^1.1.1",
"module-alias": "^2.2.2",
"ts-node": "^10.1.0",
"typescript": "^4.3.2",
"typescript-eslint": "^0.0.1-alpha.0",
"typescript-plugin-css-modules": "^3.4.0"
}
}