-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.89 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.89 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
69
70
71
{
"name": "relatablenotesjs",
"version": "0.2.5",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.17",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/d3": "^7.1.0",
"@types/jest": "^27.0.3",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"blob": "^0.1.0",
"d3": "^5.5.0",
"file-saver": "^2.0.5",
"filesaver": "0.0.13",
"google-map-react": "^2.2.1",
"google-maps-react": "^2.0.6",
"jest-editor-support": "^30.0.2",
"node": "^20.5.1",
"randomcolor": "^0.6.2",
"react": "^17.0.2",
"react-d3-graph": "^2.6.0",
"react-device-detect": "^2.1.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.1",
"react-scripts": "4.0.3",
"scroll-to-element": "^2.0.3",
"smooth-scroll-handler": "^2.0.1",
"timers": "^0.1.1",
"typescript": "^4.5.4",
"typings": "^2.1.1",
"web-vitals": "^2.1.2"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider 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": {
"@types/file-saver": "^2.0.5",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^17.0.30",
"@types/randomcolor": "^0.5.6",
"@types/react-d3-graph": "^2.6.3",
"@types/scroll-to-element": "^2.0.2",
"webpack": "^4.44.2"
}
}