forked from ParizanTeam/kooleposhti-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 3.2 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "kooleposhti-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"-": "0.0.1",
"@date-io/date-fns": "^2.11.0",
"@date-io/hijri": "^2.11.0",
"@date-io/jalaali": "^2.11.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@material-ui/pickers": "^3.3.10",
"@mui/icons-material": "^5.0.4",
"@mui/material": "^5.0.4",
"@mui/styles": "^5.0.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"aos": "^3.0.0-beta.6",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"chart.js": "^3.6.2",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"formik": "^2.2.9",
"immutable": "^4.0.0",
"jalali-date": "^1.1.4",
"jalali-react-datepicker": "^1.2.1",
"jodit-react": "^1.1.12",
"jss-rtl": "^0.3.0",
"material-ui-chip-input": "^2.0.0-beta.2",
"material-ui-image": "^3.3.2",
"material-ui-persian-date-picker-utils": "^0.1.2",
"mobiscroll-react": "^4.0.0",
"moment-hijri": "^2.1.2",
"node-sass": "^6.0.1",
"react": "^17.0.2",
"react-awesome-calendar": "^1.0.14",
"react-chartjs-2": "^4.0.0",
"react-countup": "^6.1.0",
"react-currency-input-field": "^3.6.0",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-drag-drop-files": "^2.1.16",
"react-dropzone": "^11.4.2",
"react-helmet": "^6.1.0",
"react-hooks-helper": "^1.6.0",
"react-html-parser": "^2.0.2",
"react-loading": "^2.0.3",
"react-multi-date-picker": "^3.1.7",
"react-payment-card-component": "^0.2.1",
"react-recaptcha": "^2.3.10",
"react-redux": "^7.2.5",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-time-picker": "^4.4.4",
"react-timer-hook": "^3.0.5",
"react-toastify": "^8.0.3",
"react-verification-input": "^2.0.3",
"redux": "^4.1.1",
"redux-thunk": "^2.4.0",
"stylis": "^4.0.10",
"stylis-plugin-rtl": "^1.0.0",
"swiper": "^6.8.4",
"validator": "^13.7.0",
"web-vitals": "^1.1.2",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/node-logger": "^6.3.12",
"@storybook/preset-create-react-app": "^3.2.0",
"@storybook/react": "^6.3.12"
}
}