-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.22 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": "uniwise-thesis",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"predeploy": "yarn build",
"deploy": "gh-pages -d dist",
"preview": "vite preview",
"format:dry": "prettier --check ./src",
"format": "prettier --write ./src"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fontsource/signika": "^4.5.13",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.129",
"@mui/material": "^5.12.3",
"@mui/x-data-grid": "^6.3.1",
"@mui/x-data-grid-generator": "^6.3.1",
"@mui/x-date-pickers": "^6.3.1",
"@radix-ui/react-dialog": "^1.0.3",
"@uniwise/flow-ui-react": "^3.0.5",
"@uniwise/jwt": "^0.0.4",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.1",
"semantic-ui-react": "^2.1.4"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.0.0",
"gh-pages": "^5.0.0",
"prettier": "^2.8.8",
"typescript": "^4.9.3",
"vite": "^4.2.0"
}
}