generated from ipdxco/github-as-code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.87 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
{
"name": "pl-compass",
"version": "0.1.0",
"private": true,
"dependencies": {
"@dutu/rate-limiter": "github:dutu/rate-limiter#v1.3.0",
"@octokit/graphql": "^4.8.0",
"@octokit/plugin-retry": "^3.0.9",
"@octokit/plugin-throttling": "^3.6.1",
"@octokit/rest": "^18.12.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.179",
"@types/node": "^16.11.26",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.13",
"fetch-ponyfill": "^7.1.0",
"ipfs": "^0.62.1",
"ipfs-css": "^1.3.0",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"match-sorter": "^6.3.1",
"orbit-db": "^0.28.3",
"react": "^17.0.2",
"react-async": "^10.0.1",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.0",
"react-table": "^7.7.0",
"tachyons": "^4.12.0",
"tachyons-border-colors": "^4.2.3",
"tachyons-border-radius": "^5.1.3",
"tachyons-borders": "^3.0.4",
"tachyons-box-sizing": "^3.2.2",
"tachyons-display": "^5.0.5",
"tachyons-font-weight": "^5.0.5",
"tachyons-heights": "^6.1.4",
"tachyons-hovers": "^2.5.2",
"tachyons-letter-spacing": "^3.0.5",
"tachyons-line-height": "^3.0.7",
"tachyons-links": "^3.0.11",
"tachyons-max-widths": "^4.0.6",
"tachyons-overflow": "^4.0.6",
"tachyons-position": "^6.0.7",
"tachyons-skins": "^4.1.1",
"tachyons-spacing": "^6.0.5",
"tachyons-tables": "^1.0.8",
"tachyons-text-align": "^3.1.0",
"tachyons-text-transform": "^4.0.6",
"tachyons-type-scale": "^6.1.1",
"tachyons-utilities": "^2.0.2",
"tachyons-vertical-align": "^4.0.6",
"tachyons-widths": "^5.2.1",
"web-vitals": "^2.1.4",
"web3.storage": "^3.5.7"
},
"scripts": {
"lint": "npx prettier --write ./src ./public",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@octokit/types": "^6.34.0",
"@types/match-sorter": "^6.0.0",
"@types/react-table": "^7.7.9",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
}
}