This repository has been archived by the owner on Jan 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 92
/
devtools.js
52 lines (52 loc) · 1.66 KB
/
devtools.js
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
module.exports = {
key: "devtools",
name: "Developer Tools",
description:
"Tools used by developers while building JavaScript applications.",
aka: ["dev tools"],
tags: [
{
name: "IDE",
description:
"Integrated development environment: a text editor specifically for software development.",
},
],
projects: [
{ url: "https://github.com/reactide/reactide", tags: ["IDE", "react"] },
{ url: "https://github.com/atom/atom", tags: ["IDE"] },
{ url: "https://github.com/depcheck/depcheck" },
{
url: "https://github.com/robertknight/webpack-bundle-size-analyzer",
tags: ["webpack"],
},
{
url: "https://github.com/FormidableLabs/webpack-dashboard",
tags: ["webpack"],
},
{ url: "https://github.com/typicode/husky" },
{ url: "https://github.com/okonet/lint-staged" },
{ url: "https://github.com/kitze/sizzy" },
{
url: "https://github.com/reduxjs/redux-devtools",
tags: ["react", "browser extension"],
},
{
url: "https://github.com/facebook/react-devtools",
tags: ["react", "browser extension"],
},
{
url: "https://github.com/vuejs/vue-devtools",
tags: ["vue", "browser extension"],
},
{ url: "https://github.com/kdzwinel/betwixt" },
{ url: "https://github.com/foreverjs/forever" },
{ url: "https://github.com/geuis/helium-css" },
{ url: "https://github.com/lerna/lerna" },
{
url: "https://github.com/node-inspector/node-inspector",
deprecated: true,
},
{ url: "https://github.com/zalmoxisus/remote-redux-devtools" },
{ url: "https://github.com/infinitered/reactotron", tags: ["react"] },
],
};