-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathpackage.json
97 lines (97 loc) · 2.73 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
{
"name": "seam-block-sdk",
"version": "0.1.0",
"private": true,
"dependencies": {
"@capacitor-firebase/storage": "^5.4.1",
"@capacitor/camera": "^6.0.1",
"@capacitor/core": "^6.0.0",
"@capacitor/filesystem": "^6.0.1",
"@capacitor/geolocation": "^6.0.0",
"@capawesome/capacitor-file-picker": "^5.3.0",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@giphy/js-fetch-api": "^4.6.0",
"@ionic/react": "^8.1.2",
"@mozartec/capacitor-microphone": "^6.0.0",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.10.16",
"@mui/styles": "^5.11.2",
"@mui/x-date-pickers": "^6.18.4",
"@nfte/react": "^1.0.4",
"@react-google-maps/api": "^2.19.3",
"@sentry/react": "^8.15.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/draft-js": "^0.11.9",
"@types/jest": "^27.0.1",
"@types/lodash": "^4.14.190",
"@types/node": "^16.7.13",
"@types/p5": "^1.7.6",
"@types/react": "^18.0.0",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.0.0",
"@types/react-grid-layout": "^1.3.2",
"alchemy-sdk": "^2.10.1",
"date-fns": "^2.30.0",
"dndtouch2": "^1.0.0",
"draft-js": "^0.11.7",
"emoji-mart": "^5.6.0",
"feather-icons": "^4.29.1",
"firebase": "^10.11.1",
"framer-motion": "^11.3.27",
"html2canvas": "^1.4.1",
"p5": "^1.9.4",
"react": "^18.2.0",
"react-color": "2.17.3",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-feather": "^2.0.10",
"react-geocode": "^1.0.0-alpha.1",
"react-giphy-searchbox": "^1.5.4",
"react-infinite-scroll-component": "^6.1.0",
"react-player": "^2.15.0",
"react-scripts": "5.0.1",
"react-sizeme": "^3.0.2",
"react-twitter-embed": "^4.0.4",
"react-uploader": "^2.1.0",
"react-virtuoso": "^4.7.11",
"source-map-explorer": "^2.5.3",
"swiper": "^11.1.1",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0",
"webfontloader": "^1.6.28"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"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/axios": "^0.14.0",
"firebase-tools": "^13.15.0"
}
}