This repository was archived by the owner on Mar 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.25 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
{
"name": "gatsby-plugin-concurrent-mode",
"version": "0.2.0",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Hyeseong Kim <hey@hyeseong.kim>",
"email": "hey@hyeseong.kim"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cometkim/gatsby-plugin-concurrent-mode.git"
},
"homepage": "https://github.com/cometkim/gatsby-plugin-concurrent-mode",
"keywords": [
"gatsby",
"gatsby-plugin",
"concurrent-mode"
],
"scripts": {
"build": "babel gatsby -d . -x .ts,.tsx --presets gatsby-package",
"prepack": "yarn build"
},
"files": [
"index.js",
"gatsby-browser.js"
],
"peerDependencies": {
"gatsby": "^2.0.0 || ^3.0.0",
"react": "*",
"react-dom": "*"
},
"resolutions": {
"react": "0.0.0-experimental-d75105fa9",
"react-dom": "0.0.0-experimental-d75105fa9"
},
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.2",
"@babel/plugin-transform-typescript": "^7.13.0",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@yarnpkg/pnpify": "^3.0.0-rc.3",
"babel-preset-gatsby-package": "^1.5.0",
"gatsby": "^3.5.0",
"react": "experimental",
"react-dom": "experimental",
"typescript": "^4.2.4"
}
}