-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.62 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
{
"name": "chrome-devtools-fun",
"description": "You can search Chrome DevTools updates and functions.",
"version": "1.0.0",
"author": "Tomoyuki Kashiro <[email protected]>",
"dependencies": {
"@material-ui/core": "3.9.4",
"@material-ui/icons": "3.0.2",
"algoliasearch": "4.1.0",
"dotenv": "8.2.0",
"gatsby": "2.19.43",
"gatsby-image": "2.2.43",
"gatsby-plugin-google-analytics": "2.1.37",
"gatsby-plugin-google-gtag": "1.1.23",
"gatsby-plugin-google-tagmanager": "2.1.26",
"gatsby-plugin-offline": "3.0.40",
"gatsby-plugin-react-helmet": "3.1.23",
"gatsby-plugin-sharp": "2.4.12",
"gatsby-source-filesystem": "2.1.55",
"gatsby-transformer-json": "2.2.27",
"gatsby-transformer-sharp": "2.3.18",
"lodash": "4.17.15",
"prop-types": "15.7.2",
"react": "16.13.0",
"react-autosuggest": "9.4.3",
"react-dom": "16.13.0",
"react-helmet": "5.2.1",
"react-instantsearch-dom": "6.3.0",
"react-jss": "^8.0.0",
"react-select": "3.0.8",
"slugify": "1.4.0"
},
"devDependencies": {
"prettier": "1.19.1"
},
"keywords": [
"gatsby",
"chrome",
"devtool"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/tomoyukiashiro/chrome-devtools-fun"
},
"bugs": {
"url": "https://github.com/tomoyukikashiro/chrome-devtools-fun/issues"
}
}