generated from hppRC/gatsby-firebase-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.35 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
{
"author": "hppRC <hpp.ricecake@gmail.com>",
"license": "MIT",
"main": "index.js",
"name": "aoj-coordinator",
"repository": "git@github.com:hppRC/aoj-coordinator.git",
"version": "1.0.0",
"dependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.4",
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.23",
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"@types/react": "^16.9.14",
"@types/react-helmet": "^5.0.14",
"axios": "^0.19.0",
"core-js": "^3.4.7",
"eslint-scope": "^5.0.0",
"firebase": "^7.6.1",
"firestore": "^1.1.6",
"gatsby": "^2.18.6",
"gatsby-image": "^2.2.37",
"gatsby-plugin-advanced-sitemap": "^1.4.5",
"gatsby-plugin-catch-links": "^2.1.19",
"gatsby-plugin-emotion": "^4.1.16",
"gatsby-plugin-google-analytics": "^2.1.31",
"gatsby-plugin-manifest": "^2.2.31",
"gatsby-plugin-mdx": "^1.0.59",
"gatsby-plugin-netlify": "^2.1.27",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-offline": "^3.0.26",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-react-helmet-canonical-urls": "^1.4.0",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-root-import": "^2.0.5",
"gatsby-plugin-sharp": "^2.3.5",
"gatsby-plugin-typescript": "^2.1.20",
"gatsby-plugin-webpack-bundle-analyzer": "^1.0.5",
"gatsby-remark-images": "^3.1.35",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-source-filesystem": "^2.1.43",
"gatsby-transformer-sharp": "^2.3.6",
"graphql": "^15.0.0",
"konva": "^4.1.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.8.0",
"react-spring": "^9.0.0-beta.34",
"react-use-gesture": "^7.0.0-beta.6",
"typescript": "^3.7.2",
"unstated-next": "^1.1.0",
"use-intersection": "^0.2.0",
"webpack": "^4.41.2"
},
"devDependencies": {},
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"deploy": "gatsby build && firebase deploy --only hosting",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx,tsx}",
"serve": "gatsby serve",
"start": "yarn develop",
"type-check": "tsc --noEmit"
}
}