-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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
{
"name": "@xorkevin/gov-ui",
"version": "0.3.7",
"description": "a reactive frontend for governor",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"main": "index.js",
"sideEfects": false,
"scripts": {
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xorkevin/gov-ui.git"
},
"author": "xorkevin",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/xorkevin/gov-ui/issues"
},
"homepage": "https://github.com/xorkevin/gov-ui#readme",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"react": "^17.0.2"
},
"peerDependencies": {
"@xorkevin/nuke": "^0.1.29",
"@xorkevin/substation": "^0.1.9",
"@xorkevin/turbine": "^0.1.24",
"fork-awesome": "^1.1.7",
"react": "^17.0.1",
"react-router": "^6.0.2",
"react-router-dom": "^6.0.2",
"recoil": "^0.5.2"
},
"dependencies": {
"qrcode": "^1.5.0"
}
}