forked from mikhael28/paretOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·102 lines (102 loc) · 3.08 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
{
"name": "paretOS",
"version": "0.1.3",
"private": true,
"dependencies": {
"@aws-amplify/api": "^4.0.33",
"@aws-amplify/auth": "^4.4.2",
"@aws-amplify/core": "^4.4.0",
"@aws-amplify/storage": "^4.4.16",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.5.0",
"@mui/styles": "^5.5.0",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/client": "^3.2.0",
"@sanity/image-url": "^1.0.1",
"@sentry/react": "^6.18.2",
"@sentry/tracing": "^6.18.2",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"classnames": "^2.3.1",
"flutterwave-react-v3": "^1.2.0",
"history": "^5.3.0",
"lodash.clonedeep": "^4.5.0",
"lodash.sortby": "^4.7.0",
"pell": "^1.0.6",
"prop-types": "^15.8.1",
"pure-react-carousel": "^1.28.1",
"react": "^17.0.1",
"react-accessible-accordion": "^4.0.0",
"react-beautiful-dnd": "^13.1.0",
"react-bootstrap": "^0.32.4",
"react-calendar": "^3.7.0",
"react-dom": "^17.0.1",
"react-hook-form": "^7.27.1",
"react-icons": "^4.3.1",
"react-loading-skeleton": "^3.0.3",
"react-redux": "^7.2.6",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.0",
"react-spring": "8.0.27",
"react-stripe-elements": "^1.6.0",
"reactour": "^1.18.7",
"redux": "^4.1.2",
"socket.io-client": "^4.4.1",
"source-map-explorer": "^2.5.2",
"styled-components": "^5.3.3",
"tawkto-react": "^3.0.1",
"toasted-notes": "^3.2.0",
"typescript": "^4.5.2",
"uuid": "^8.3.2",
"victory": "^36.3.0",
"web-vitals": "^0.2.4",
"workbox-background-sync": "^6.5.1",
"workbox-broadcast-update": "^6.5.1",
"workbox-cacheable-response": "^6.5.1",
"workbox-core": "^6.5.1",
"workbox-expiration": "^6.5.1",
"workbox-google-analytics": "^6.5.1",
"workbox-navigation-preload": "^6.5.1",
"workbox-precaching": "^6.5.1",
"workbox-range-requests": "^6.5.1",
"workbox-routing": "^6.5.1",
"workbox-strategies": "^6.5.1",
"workbox-streams": "^6.5.1"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"serve": "serve -s build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@mui/types": "^7.1.3",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.0",
"@types/react": "^17.0.30",
"@types/react-bootstrap": "^0.32.27",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.1",
"@types/uuid": "^8.3.4",
"cypress": "^9.1.1",
"eslint": "^8.11.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "2.5.1",
"redux-devtools": "^3.7.0"
}
}