-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.58 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.58 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
{
"name": "discover-sssp-react",
"private": true,
"version": "0.1.0",
"type": "module",
"homepage": "https://materialscloud-org.github.io/discover-sssp-react/",
"scripts": {
"dev": "vite",
"start": "npm run dev",
"build": "tsc && vite build && cp ./dist/index.html ./dist/404.html",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"bands-visualiser": "^0.0.2",
"bootstrap": "^5.3.3",
"buffer": "^6.0.3",
"katex": "^0.16.28",
"mc-react-header": "^0.3.1",
"mc-react-library": "^0.3.0",
"plotly.js": "^3.2.0",
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0",
"react-katex": "^3.1.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^6.21.3",
"react-router-hash-link": "^2.4.3",
"react-select": "^5.10.2",
"vite-plugin-node-polyfills": "^0.22.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/plotly.js": "^3.0.8",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-katex": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"gh-pages": "^6.1.1",
"globals": "^17.0.0",
"sass-embedded": "^1.77.8",
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
}