-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
76 lines (76 loc) · 2.13 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
{
"name": "flame-explain",
"version": "0.1.0",
"private": true,
"dependencies": {
"@creativebulma/bulma-tooltip": "^1.0.2",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-regular-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.8",
"@types/bytes": "^3.1.0",
"@types/d3": "^5.7.2",
"@types/dagre": "^0.7.42",
"@types/dagre-d3": "^0.4.39",
"@types/jest": "24.0.20",
"@types/node": "12.11.7",
"@types/prismjs": "^1.16.0",
"@types/react": "16.9.11",
"@types/react-dom": "16.9.3",
"@types/react-router-dom": "^5.1.1",
"@types/react-router-hash-link": "^1.2.1",
"ascii-table": "^0.0.9",
"bulma": "^0.9.0",
"bytes": "^3.1.0",
"clipboard-polyfill": "^2.8.6",
"d3": "^5.12.0",
"d3-scale-chromatic": "^1.5.0",
"d3-tip": "^0.9.1",
"dagre": "^0.8.5",
"dagre-d3": "^0.6.4",
"fetch-jsonp": "^1.1.3",
"github-fork-ribbon-css": "^0.2.3",
"invert-color": "^2.0.0",
"node-sass": "^4.13.0",
"patch-package": "^6.2.2",
"postinstall-postinstall": "^2.1.0",
"prismjs": "^1.19.0",
"react": "^16.11.0",
"react-clipboard.js": "^2.0.16",
"react-dom": "^16.11.0",
"react-katex": "^2.0.2",
"react-markdown": "^4.3.1",
"react-router-dom": "^5.1.2",
"react-router-hash-link": "^1.2.2",
"react-scripts": "3.4.1",
"react-simple-code-editor": "^0.11.0",
"typescript": "^3.9.2"
},
"scripts": {
"start": "react-scripts start",
"build": "REACT_APP_VERSION=$(git rev-parse --short HEAD) react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postinstall": "patch-package",
"format": "yarn prettier --write ."
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"prettier": "2.1.0"
}
}