-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.88 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
{
"name": "drop-plot",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@blizzhackers/d2data": "^2.6.2",
"@tailwindcss/typography": "^0.5.7",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^28.1.3",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"binomial-distribution-function": "^1.0.0",
"chart.js": "^3.9.1",
"chartjs-chart-sankey": "^0.9.0",
"chartjs-chart-treemap": "^2.0.2",
"colorjs.io": "^0.4.0",
"fraction.js": "^4.2.0",
"gaussian": "^1.2.0",
"javascript-color-gradient": "^2.4.4",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.3",
"react-mathjax": "^1.0.1",
"react-router-dom": "^6.3.0",
"rehype-katex": "^6.0.2",
"remark-math": "^5.1.1",
"typescript": "^4.7.4",
"typescript-lru-cache": "^2.0.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "vitest"
},
"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/chai": "^4.3.1",
"@types/javascript-color-gradient": "^2.4.0",
"@types/lodash-es": "^4.17.6",
"@vitejs/plugin-react-refresh": "^1.3.6",
"autoprefixer": "^10.4.7",
"chai": "^4.3.6",
"jest-codemods": "^0.26.3",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"vite": "^2.9.14",
"vite-plugin-svgr": "^2.2.0",
"vitest": "^0.18.0"
},
"homepage": "."
}