-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.12 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "mui-theme-simulation",
"private": true,
"description": "A comprehensive tool to customize themes for Material-UI",
"author": "Adi Fatkhurozi <[email protected]>",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/adyfk/mui-theme-simulation"
},
"bugs": {
"url": "https://github.com/adyfk/mui-theme-simulation/issues"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@date-io/date-fns": "^2.11.0",
"@date-io/date-fns-jalali": "^2.11.0",
"@date-io/dayjs": "^2.11.0",
"@date-io/luxon": "^2.11.1",
"@date-io/moment": "^2.11.0",
"@emotion/react": "^11.5.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@monaco-editor/react": "^4.3.1",
"@mui/icons-material": "^5.0.5",
"@mui/lab": "*",
"@mui/material": "^5.0.6",
"@stefanprobst/next-error-boundary": "^3.0.2",
"autosuggest-highlight": "^3.2.0",
"css-mediaquery": "^0.1.2",
"date-fns": "^2.25.0",
"date-fns-jalali": "*",
"fg-loadcss": "^3.1.0",
"install": "^0.13.0",
"json2mq": "^0.2.0",
"lodash": "^4.17.21",
"material-ui-popup-state": "^2.0.0",
"moment": "^2.29.1",
"monaco-editor": "^0.30.0",
"next": "12.0.3",
"next-compose-plugins": "^2.2.1",
"notistack": "^2.0.3",
"npm": "^8.1.3",
"prettier": "^2.4.1",
"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-spring": "^9.3.0",
"react-swipeable-views": "^0.14.0",
"react-virtualized": "^9.22.3",
"react-window": "^1.8.6",
"recoil": "^0.5.1"
},
"devDependencies": {
"@types/node": "16.11.6",
"@types/prettier": "^2.4.1",
"@types/react": "17.0.34",
"eslint": "7.32.0",
"eslint-config-next": "12.0.3",
"typescript": "4.4.4"
}
}