generated from OneGraph/oneblog
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
101 lines (101 loc) · 2.81 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
94
95
96
97
98
99
100
101
{
"name": "bdougie-live",
"version": "1.0.0",
"private": true,
"dependencies": {
"@tippyjs/react": "4.1.0",
"@vercel/fetch-retry": "^5.0.3",
"date-fns": "2.9.0",
"email-reply-parser": "1.2.6",
"feed": "^4.0.0",
"file-loader": "^6.2.0",
"gif-stream": "^1.1.0",
"grommet": "2.30.0",
"grommet-icons": "^4.4.0",
"inline-css": "^2.5.1",
"intersection-observer": "^0.11.0",
"lower-case": "^2.0.1",
"neuquant": "^1.0.2",
"next": "^13.2.3",
"node-fetch": "^2.6.9",
"onegraph-auth": "^3.0.0",
"pixel-stream": "^1.0.3",
"react": "18.2.0",
"react-async-hook": "^3.6.2",
"react-dom": "18.2.0",
"react-embed": "^3.3.2",
"react-intersection-observer": "^8.28.5",
"react-is": "^18.2.0",
"react-markdown": "^4.3.1",
"react-player": "^2.6.2",
"react-relay": "14.1.0",
"relay-runtime": "14.1.0",
"scriptjs": "^2.5.9",
"sentence-case": "^3.0.3",
"sitemap": "^6.3.2",
"styled-components": "^5.3.8"
},
"scripts": {
"dev": "next",
"start": "next",
"build": "yarn relay && next build",
"start:prod": "NODE_ENV=production node build/server.js",
"relay": "node scripts/relay-compiler.js",
"relay:clean": "rm -r src/__generated__ src/pages/api/__generated__",
"flow": "flow",
"fetch-schema": "node scripts/fetchSchema.js --path schema.graphql",
"ensure-publish-label": "node scripts/ensurePublishLabel.js",
"deploy": "vercel",
"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/core": "^7.21.0",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/preset-flow": "^7.0.0",
"@babel/runtime": "^7.21.0",
"@tailwindcss/ui": "^0.6.2",
"babel-eslint": "10.x",
"babel-plugin-macros": "^2.6.1",
"babel-plugin-relay": "14.1.0",
"cypress": "^6.1.0",
"dotenv": "^16.0.3",
"eslint": "6.x",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "4.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "2.x",
"flow-bin": "^0.133.0",
"flow-typed": "^3.2.1",
"get-port": "^6.1.2",
"graphql": "^14.4.2",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.1.2",
"relay-compiler": "14.1.0",
"relay-test-utils": "14.1.0",
"require-times": "^1.1.0",
"source-map-explorer": "^2.0.1",
"tailwindcss": "^1.9.6",
"url-loader": "^4.1.1"
},
"babelMacros": {
"relay": {}
}
}