-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.38 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
{
"name": "discover-mc2d-react",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"dev:be-prod": "VITE_PRODUCTION_BACKEND=true vite",
"build:be-dev": "vite build",
"build:be-prod": "VITE_PRODUCTION_BACKEND=true vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"better-react-mathjax": "^2.0.3",
"bootstrap": "^5.3.2",
"chart.js": "^4.4.1",
"chartjs-plugin-annotation": "^3.0.1",
"chartjs-plugin-zoom": "^2.0.1",
"mathjs": "^13.2.0",
"mc-react-bands": "^0.5.4",
"mc-react-header": "^0.3.1",
"mc-react-library": "^0.4.5",
"mc-react-phonon-visualizer": "^0.2.4",
"mc-react-ptable-materials-grid": "^0.8.3",
"mc-react-structure-visualizer": "^0.7.3",
"react": "^18.2.0",
"react-bootstrap": "^2.10.0",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0",
"react-router-dom": "^6.21.3",
"react-router-hash-link": "^2.4.3"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"gh-pages": "^6.1.1",
"prettier": "^3.2.4",
"vite": "^5.0.8"
}
}