-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.82 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.82 KB
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
{
"name": "comet-code",
"description": "Gatsby typescript sass starter",
"license": "MIT",
"version": "0.0.1",
"scripts": {
"start": "gatsby develop",
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"deploy": "npm run build && firebase deploy",
"lint:fix": "eslint src/**/*.{ts,tsx,js,jsx} --fix"
},
"dependencies": {
"@ant-design/icons": "^4.1.0",
"@babel/core": "^7.5.5",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@mdx-js/mdx": "^1.6.1",
"@mdx-js/react": "^1.6.1",
"algoliasearch": "^4.2.0",
"antd": "^4.2.0",
"dotenv": "^8.2.0",
"firebase": "^7.14.6",
"gatsby": "^2.13.28",
"gatsby-image": "^2.4.2",
"gatsby-mdx": "^1.0.0",
"gatsby-plugin-algolia": "^0.11.0",
"gatsby-plugin-antd": "^2.2.0",
"gatsby-plugin-emotion": "^4.3.1",
"gatsby-plugin-firebase": "^0.2.0-beta.4",
"gatsby-plugin-google-analytics": "^2.3.1",
"gatsby-plugin-less": "^3.2.1",
"gatsby-plugin-mdx": "^1.2.6",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-sass": "^2.1.3",
"gatsby-plugin-sharp": "^2.6.1",
"gatsby-plugin-transition-link": "^1.18.0",
"gatsby-plugin-typescript": "^2.1.2",
"gatsby-remark-abbr": "^2.0.0",
"gatsby-remark-autolink-headers": "^2.3.1",
"gatsby-remark-copy-linked-files": "^2.3.2",
"gatsby-remark-images": "^3.3.1",
"gatsby-remark-prismjs": "^3.5.1",
"gatsby-remark-responsive-iframe": "^2.4.2",
"gatsby-remark-smartypants": "^2.3.1",
"gatsby-source-filesystem": "^2.3.1",
"gatsby-transformer-sharp": "^2.5.2",
"gatsby-transformer-yaml": "^2.4.1",
"gsap": "^3.2.6",
"instantsearch.css": "^7.4.2",
"lodash": "^4.17.15",
"node-sass": "^4.12.0",
"prism-react-renderer": "^1.1.0",
"prismjs": "^1.20.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^6.0.0",
"react-instantsearch-dom": "^6.4.0",
"react-live": "^2.2.2",
"react-masonry-css": "^1.0.14",
"refractor": "^3.0.0",
"typescript": "^3.5.3",
"webpack": "^4.36.1"
},
"devDependencies": {
"@types/react-helmet": "^5.0.15",
"@types/react-instantsearch-dom": "^6.3.0",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-react": "^1.1.7",
"eslint-config-xo-react": "^0.23.0",
"eslint-config-xo-space": "^0.24.0",
"eslint-config-xo-typescript": "^0.28.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.0.0",
"gatsby-plugin-tslint": "^0.0.2",
"prettier-eslint": "^9.0.1",
"tslint": "^5.18.0",
"tslint-loader": "^3.5.4",
"tslint-react": "^4.0.0"
}
}