-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.67 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@headlessui/react": "^1.6.4",
"@reduxjs/toolkit": "^1.7.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@tiptap/react": "^2.0.0-beta.114",
"@tiptap/starter-kit": "^2.0.0-beta.190",
"@types/jest": "^24.9.1",
"@types/node": "^12.20.41",
"@types/react": "^16.14.21",
"@types/react-dom": "^16.9.14",
"@types/react-redux": "^7.1.21",
"axios": "^0.24.0",
"connected-react-router": "^6.9.2",
"crypto-js": "^4.1.1",
"date-fns": "^2.28.0",
"moment": "^2.29.3",
"node-countries": "^2.1.1",
"prosemirror-commands": "^1.5.0",
"prosemirror-dropcursor": "^1.6.1",
"prosemirror-gapcursor": "^1.3.1",
"prosemirror-history": "^1.3.0",
"prosemirror-keymap": "^1.2.0",
"prosemirror-model": "^1.18.3",
"prosemirror-schema-list": "^1.2.2",
"prosemirror-state": "^1.4.2",
"prosemirror-transform": "^1.7.0",
"prosemirror-view": "^1.29.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-native-phone-input": "^1.3.5",
"react-phone-number-input": "^3.2.3",
"react-redux": "^7.2.6",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"react-sanctum": "^2.1.2",
"react-scripts": "5.0.0",
"react-select": "^5.7.0",
"react-table": "^7.8.0",
"react-tailwindcss-select": "^1.6.0",
"react-toastify": "^8.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"redux-react-session": "^2.6.1",
"redux-state-sync": "^3.1.2",
"redux-thunk": "^2.4.1",
"sass": "^1.53.0",
"sweetalert": "^2.1.2",
"timezones-list": "^3.0.1",
"typescript": "^4.1.6",
"universal-cookie": "^4.0.4",
"use-react-countries": "^1.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/crypto-js": "^4.1.0",
"@types/react-helmet": "^6.1.4",
"@types/react-table": "^7.7.12",
"@types/redux-react-session": "^2.6.0",
"@types/redux-state-sync": "^3.1.2",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.12"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
}
}