forked from open-source-labs/Reactime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.21 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
{
"name": "reactime",
"description": "build web extension bundle.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development --watch",
"test": "jest --verbose --coverage --watchAll",
"docker-test-lint": "eslint --ext .js --ext .jsx src"
},
"keywords": [
"react",
"useState",
"state",
"debug",
"react dev tool",
"reactime"
],
"repository": {
"type": "git",
"url": "https://github.com/open-source-labs/reactime"
},
"contributors": [
"Abaas Khorrami",
"Andy Wong",
"Bryan Lee",
"Chris Flannery",
"David Chai",
"Ergi Shehu",
"Josh Kim",
"Joshua Howard",
"Prasanna Malla",
"Rajeeb Banstola",
"Raymond Kwan",
"Rocky Lin",
"Ruth Anam",
"Ryan Dang",
"Sierra Swaby",
"Yujin Kang"
],
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.15.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.15.1",
"eslint-plugin-react-hooks": "^1.7.0",
"jest": "^24.9.0",
"jest-cli": "^24.8.0",
"jest-runner-eslint": "^0.7.4",
"node-sass": "^4.12.0",
"sass": "^1.22.9",
"sass-loader": "^7.2.0",
"sinon-chrome": "^3.0.1",
"style-loader": "^0.23.1",
"webpack": "^4.39.1",
"webpack-chrome-extension-reloader": "^1.3.0",
"webpack-cli": "^3.3.6"
},
"dependencies": {
"bower": "^1.8.8",
"d3": "^4.13.0",
"d3-zoom": "^1.8.3",
"immer": "^3.2.0",
"jest-runner": "^24.9.0",
"jsondiffpatch": "^0.3.11",
"prop-types": "^15.7.2",
"rc-slider": "^8.6.13",
"rc-tooltip": "^3.7.3",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-html-parser": "^2.0.2",
"react-json-tree": "^0.11.2",
"react-router-dom": "^5.0.1",
"react-select": "^3.0.4"
}
}