-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 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
{
"version": "2025.08.28",
"license": "GPL-3.0",
"author": "Didier Barzin",
"repository": "https://www.github.com/dbarzin/deming",
"homepage": "https://www.sourcentis.com/deming",
"main": "index.js",
"directories": {
"doc": "docs"
},
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build --config vite.config.mjs"
},
"require": {
"laravel/framework": "^12.0",
"laravel/sanctum": "^3.0"
},
"devDependencies": {
"laravel-vite-plugin": "^1.0.6",
"vite": "^6.2.5"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.0.2",
"@mui/lab": "^7.0.0-beta.11",
"@mui/material": "^7.0.2",
"@mui/styles": "^6.4.8",
"@olton/metroui": "^5.0.13",
"chart.js": "^4.4.9",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-datalabels": "^2.2.0",
"dropzone": "^6.0.0-beta.2",
"easymde": "^2.18.0",
"fontawesome-free": "^1.0.4",
"less": "^4.3.0",
"moment": "^2.30.1",
"simplemde": "^1.11.2"
}
}