forked from react-static/react-static
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 973 Bytes
/
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
{
"name": "react-static-plugin-reach-router",
"version": "7.6.2",
"description": "A React-Static plugin that adds @reach/router support for React Static",
"main": "browser.api.js",
"repository": "https://github.com/react-static/react-static.git",
"author": "Tanner Linsley <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"build": "babel src --out-dir .",
"watch": "yarn build --watch",
"test": "yarn format",
"format": "prettier src/**/*.js --write",
"preversion": "yarn build"
},
"peerDependencies": {
"@reach/router": "^1.2.1",
"react": "^16.9.0 || ^17.0.0",
"react-static": "^7.1.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@reach/router": "^1.2.1",
"react": "^16.9.0",
"react-static": "^7.6.2"
},
"gitHead": "875004e6e75d36043382b8ec8bba27a766c1a83a"
}