-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.23 KB
/
Copy pathpackage.json
File metadata and controls
89 lines (89 loc) · 2.23 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"homepage": "https://plasma-mds.github.io/",
"name": "adamant",
"version": "1.3.2",
"private": true,
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@mui/icons-material": "^5.2.1",
"@mui/lab": "^5.0.0-alpha.59",
"@mui/material": "^5.2.3",
"ajv": "^8.8.2",
"ajv-draft-04": "^1.0.0",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"file-saver": "^2.0.5",
"jquery": "^3.6.0",
"jszip": "^3.10.1",
"ldap-authentication": "^2.3.3",
"mathjax-react": "^1.0.6",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-file-icon": "^1.2.0",
"react-router-dom": "^5.2.0",
"react-toastify": "^8.1.0",
"serve": "^14.2.4",
"set-value": "^4.1.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"start": "vite",
"start-api": "cd backend && venv\\Scripts\\flask --app api.py run --no-debugger",
"build": "vite build",
"test": "vitest",
"eject": "react-scripts eject"
},
"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": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"@vitejs/plugin-react": "^4.3.4",
"gh-pages": "^6.3.0",
"jsdom": "^25.0.1",
"vite": "^8.0.10",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^2.1.8"
},
"proxy": "http://localhost:5000",
"overrides": {
"nth-check": "^2.0.1",
"braces": "^3.0.3",
"micromatch": "^4.0.8",
"ws": "^7.5.10",
"yaml": "^2.3.4",
"ejs": "^3.1.10",
"postcss": "^8.4.31",
"follow-redirects": "^1.15.6",
"@babel/runtime": "^7.26.0",
"lodash": "^4.18.1",
"minimatch": "^9.0.5",
"picomatch": "^4.0.2",
"esbuild": "^0.25.0",
"vite": "^8.0.10"
}
}