generated from OneGraph/oneblog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.91 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
89
90
91
92
93
{
"name": "oneblog",
"version": "0.1.0",
"private": true,
"dependencies": {
"@reach/router": "1.2.0",
"@tippy.js/react": "^2.2.2",
"aws-serverless-express": "^3.3.6",
"cookie-parser": "^1.4.4",
"date-fns": "2.9.0",
"email-reply-parser": "^1.2.1",
"express": "^4.17.1",
"feed": "^4.0.0",
"firebase-admin": "^8.9.0",
"firebase-functions": "^3.3.0",
"gatsby-react-router-scroll": "^2.1.20",
"gif-stream": "^1.1.0",
"grommet": "2.9.0",
"grommet-icons": "^4.4.0",
"highlightjs-graphql": "^1.0.1",
"inline-css": "^2.5.1",
"lower-case": "^2.0.1",
"neuquant": "^1.0.2",
"node-fetch": "^2.6.0",
"onegraph-auth": "^2.2.1",
"pixel-stream": "^1.0.3",
"react": "0.0.0-experimental-f42431abe",
"react-dom": "0.0.0-experimental-f42431abe",
"react-embed": "^2.7.1",
"react-helmet": "^5.2.1",
"react-markdown": "^4.3.1",
"react-relay": "0.0.0-experimental-5f1cb628",
"react-syntax-highlighter": "^11.0.2",
"sentence-case": "^3.0.3",
"serialize-javascript": "^2.1.2",
"styled-components": "^5.0.0",
"universal-cookie": "^4.0.3"
},
"scripts": {
"start": "razzle start",
"build": "razzle build",
"test": "razzle test --env=jsdom",
"start:prod": "NODE_ENV=production node build/server.js",
"relay": "relay-compiler --src ./src --schema ./schema.graphql --persistFunction scripts/persistQuery.js",
"relay:clean": "rm -r src/__generated__",
"flow": "flow",
"fetch-schema": "node scripts/fetchSchema.js --path schema.graphql",
"analyze": "source-map-explorer 'build/public/static/js/*.js'",
"deploy:firebase": "firebase deploy",
"deploy:now": "now",
"build:netlify-functions": "NODE_ENV=production netlify-lambda build netlify-functions --babelrc false",
"deploy:netlify": "yarn build && yarn build:netlify-functions && netlify deploy",
"deploy:fly": "flyctl deploy .",
"netlify:serve": "NODE_ENV=production netlify-lambda serve netlify-functions --babelrc false",
"prettier": "prettier --write \"src/**/*.js\" README.md"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/preset-flow": "^7.0.0",
"babel-plugin-macros": "^2.6.1",
"babel-plugin-relay": "^8.0.0",
"firebase-tools": "7.2.4",
"flow-bin": "^0.117.0",
"graphql": "^14.4.2",
"netlify-cli": "^2.4.8",
"netlify-lambda": "^1.6.2",
"now": "^16.1.1",
"prettier": "^1.18.2",
"razzle": "^3.0.0",
"relay-compiler": "^8.0.0",
"relay-test-utils": "^8.0.0",
"require-times": "^1.1.0",
"source-map-explorer": "^2.0.1"
},
"babelMacros": {
"relay": {}
}
}