-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.96 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.96 KB
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
{
"name": "reactflo",
"version": "1.0.0",
"description": "A dev tool that helps developers visualize the flow of state through their React app",
"main": "null",
"scripts": {
"test": "jest --verbose",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oslabs-beta/ReactFLO.git"
},
"author": "TheEdgecases",
"license": "ISC",
"bugs": {
"url": "https://github.com/oslabs-beta/ReactFLO/issues"
},
"homepage": "https://github.com/oslabs-beta/ReactFLO#readme",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@types/chrome": "0.0.107",
"@types/jest": "^25.2.3",
"@types/react": "^16.9.35",
"@typescript-eslint/eslint-plugin": "^3.0.1",
"@typescript-eslint/parser": "^3.0.1",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.3",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^2.5.1",
"file-loader": "^6.0.0",
"jest": "^26.0.1",
"raf": "^3.4.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"ts-jest": "^26.0.0",
"ts-loader": "^7.0.2",
"typescript": "^3.8.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/polyfill": "^7.8.7",
"@babel/preset-typescript": "^7.9.0",
"@types/node": "^14.0.1",
"@types/react-dom": "^16.9.8",
"circular": "^1.0.5",
"d3": "^5.16.0",
"d3-hierarchy": "^1.1.9",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16.1": "^1.6.2",
"enzyme-to-json": "^3.4.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-json-view": "^1.19.1",
"sinon-chrome": "^3.0.1"
}
}