-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.1 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
{
"name": "my-react-app",
"private": true,
"version": "0.0.0",
"homepage": "https://bud-macaulay.github.io/mc-react-optimade-client",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:widget": "vite build --config vite.widget.config.js",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@anywidget/react": "^0.2.0",
"@tanstack/react-query": "^5.90.19",
"framer-motion": "^12.23.19",
"gl-matrix": "^3.4.4",
"lodash.debounce": "^4.0.8",
"matsci-parse": "^0.0.2",
"mc-react-header": "^0.4.5",
"mc-react-library": "^0.5.0",
"mc-react-structure-visualizer": "^0.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-json-view-lite": "^2.5.0",
"react-range": "^1.10.0",
"react-router-dom": "^7.12.0",
"smiles-drawer": "^2.1.7"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.16",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.33.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^5.2.0",
"tailwindcss": "^4.1.16",
"vite": "^7.1.2"
}
}