-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
executable file
·72 lines (72 loc) · 2.07 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
{
"name": "archive-explorer-web",
"version": "0.4.0",
"license": "CC-BY-NC-SA-4.0",
"repository": "https://github.com/alkihis/archive-explorer-web",
"bugs": "https://github.com/alkihis/archive-explorer-web/issues",
"dependencies": {
"@alkihis/react-d3-cloud": "^0.7.0",
"@date-io/date-fns": "1.x",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "4.0.0-alpha.47",
"@material-ui/pickers": "^3.2.9",
"@types/jest": "24.9.0",
"@types/js-cookie": "^2.2.6",
"@types/jszip": "^3.4.1",
"@types/node": "13.1.7",
"@types/react": "16.9.17",
"@types/react-dom": "16.9.4",
"@types/react-infinite-scroller": "^1.2.1",
"@types/react-router-dom": "^5.1.7",
"@types/react-virtualized": "^9.21.11",
"@types/recharts": "^1.8.19",
"@types/socket.io-client": "^1.4.35",
"@types/uuid": "^3.4.9",
"date-fns": "^2.17.0",
"event-target-shim": "^5.0.1",
"grapheme-splitter": "^1.0.4",
"iterator-helper": "^1.1.2",
"js-cookie": "^2.2.1",
"jszip": "^3.6.0",
"localforage": "^1.9.0",
"notistack": "^0.9.17",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-infinite-scroller": "^1.2.4",
"react-modal-image": "^2.5.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.4",
"react-virtualized": "^9.22.3",
"recharts": "^2.0.6",
"sass": "^1.62.1",
"sass-loader": "^10.4.1",
"socket.io-client": "^2.4.0",
"stopword": "^0.3.5",
"timerize": "^1.0.3",
"twitter-archive-reader": "^7.1.0",
"twitter-archive-saver": "^1.1.0",
"twitter-d": "^0.4.0",
"twitter-snowflake-to-date": "^1.0.2",
"typescript": "^3.9.9",
"uuid": "^3.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}