-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.47 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
45
46
47
48
49
50
51
52
{
"name": "@divriots/starter-bricks",
"version": "0.0.0",
"description": "",
"license": "MIT",
"type": "module",
"homepage": "{{ homepage }}",
"scripts": {
"serve": "npx backlight@latest serve k0DvZztNuwmS6XnXoohE --open"
},
"dependencies": {
"@date-io/date-fns-jalali": "^2.11.0",
"@emotion/cache": "^11.5.0",
"@emotion/react": "^11.5.0",
"@mui/base": "^5.0.0-alpha.57",
"@mui/core": "^5.0.0-alpha.50",
"@mui/icons-material": "^5.0.4",
"@mui/lab": "^5.0.0-alpha.50",
"@mui/material": "^5.0.2",
"@mui/styles": "^5.0.1",
"@mui/system": "^5.0.3",
"@mui/utils": "^5.0.1",
"@mui/x-data-grid": "^4.0.1",
"autosuggest-highlight": "^3.1.1",
"clsx": "^1.1.1",
"date-fns": "^2.25.0",
"jss": "^10.8.1",
"jss-rtl": "^0.3.0",
"lodash": "^4.17.21",
"material-ui-popup-state": "^1.9.3",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.4",
"react-imask": "^6.2.2",
"react-number-format": "^4.7.3",
"react-router-dom": "^5.3.0",
"react-swipeable-views": "^0.14.0",
"react-swipeable-views-utils": "^0.14.0",
"react-virtualized": "^9.22.3",
"react-window": "^1.8.6",
"styled-components": "^5.3.3",
"stylis-plugin-rtl": "^2.1.1"
},
"devDependencies": {
"@divriots/dockit-react": "^0.0.84",
"@tailwindcss/typography": "^0.4.1",
"@mdx-js/react": "^1.6.22",
"deepmerge": "^4.2.2",
"prettier": "^2.4.1"
}
}