-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 932 Bytes
/
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
{
"name": "eknis-bitrix-transport",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port=3000",
"build": "tsc && vite build --base=/transport/",
"preview": "vite preview"
},
"dependencies": {
"@devexpress/dx-react-core": "^3.0.6",
"@devexpress/dx-react-grid": "^3.0.6",
"@devexpress/dx-react-grid-material-ui": "^3.0.6",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.3",
"@mui/x-data-grid": "^5.15.0",
"@mui/x-date-pickers": "^5.0.0-beta.4",
"date-fns": "^2.29.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-to-print": "^2.14.7"
},
"devDependencies": {
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"sass": "^1.54.0",
"typescript": "^4.6.4",
"vite": "^3.0.0"
}
}