-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
60 lines (60 loc) · 1.73 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
{
"name": "outlierarchive",
"version": "4.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.1",
"@testing-library/user-event": "^14.4.3",
"bootstrap": "^5.2.3",
"d3-array": "^3.2.1",
"d3-collection": "^1.0.7",
"d3-fetch": "^3.0.1",
"d3-time": "^3.1.0",
"d3-time-format": "^4.1.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-autosuggest": "^10.1.0",
"react-dom": "^18.2.0",
"react-grid-gallery": "^1.0.0",
"react-markdown": "^8.0.4",
"react-redux": "^8.0.5",
"react-router-dom": "^4.3.1",
"reactstrap": "^9.1.5",
"typescript": "^4.9.4",
"vega": "^5.22.1",
"vega-embed": "^6.21.0",
"web-vitals": "^2.1.4",
"yet-another-react-lightbox": "^3.10.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"@types/jest": "^27.5.2",
"@types/node": "^18.19.3",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"redux-mock-store": "^1.5.4",
"sass": "^1.57.1",
"typescript": "^5.0.2",
"vite": "^4.5.1",
"vitest": "^1.1.0",
"vitest-fetch-mock": "^0.2.2"
}
}