-
Notifications
You must be signed in to change notification settings - Fork 313
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "c3c-ufc-utility",
"version": "2.0.1",
"private": true,
"description": "Import/export UFC file from/to C3C-supported platforms.",
"repository": {
"type": "git",
"url": "git+https://github.com/c3cbot/c3c-ufc-utility.git"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"author": "BadAimWeeb",
"license": "MIT",
"bugs": {
"url": "https://github.com/c3cbot/c3c-ufc-utility/issues"
},
"dependencies": {
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.0.14",
"@mui/icons-material": "^5.16.7",
"buffer": "^6.0.3",
"events": "^3.3.0",
"mdui": "^2.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"homepage": "https://github.com/c3cbot/c3c-ufc-utility#readme",
"devDependencies": {
"@types/chrome": "^0.0.270",
"@types/node": "^22.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"sass": "^1.77.8",
"typescript": "^5.5.3",
"vite": "^5.4.0",
"vite-plugin-execute": "^0.0.2"
},
"type": "module"
}