-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.67 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
{
"name": "aiida-explorer",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "https://github.com/aiidateam/aiida-explorer.git"
},
"type": "module",
"module": "dist/main.js",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"build:lib": "vite build --mode lib",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-table": "^8.17.3",
"@textea/json-viewer": "^3.4.1",
"axios": "^1.7.2",
"brillouinzone-visualizer": "^0.3.3",
"d3": "^7.9.0",
"d3-hierarchy": "^3.1.2",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.18",
"html-to-image": "^1.11.11",
"http-proxy-middleware": "^3.0.0",
"lodash.debounce": "^4.0.8",
"mc-react-structure-visualizer": "^0.6.1",
"react-copy-to-clipboard": "^5.1.0",
"react-datepicker": "^6.9.0",
"react-icons": "^5.2.1",
"react-json-tree": "^0.19.0",
"react-spinners": "^0.13.8",
"react-syntax-highlighter": "^15.5.0",
"reactflow": "^11.11.3",
"recharts": "^2.12.7"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.23.1"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^5.2.0",
"vite-plugin-lib-inject-css": "^2.1.1"
}
}