-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 4.12 KB
/
package.json
File metadata and controls
130 lines (130 loc) · 4.12 KB
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "client",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:3001",
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@google/genai": "^1.29.1",
"@huggingface/transformers": "^3.7.6",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/icons-material": "^5.15.16",
"@mui/material": "^5.15.13",
"@mui/x-date-pickers": "6.19.8",
"@nivo/bar": "^0.59.2",
"@nivo/line": "^0.59.3",
"@nivo/pie": "^0.59.1",
"@tensorflow-models/universal-sentence-encoder": "^1.3.3",
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-backend-webgl": "^4.22.0",
"@types/chai": "^4.2.14",
"@types/enzyme": "^3.10.8",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/mocha": "^8.0.3",
"@types/node": "^12.12.15",
"@types/react-linkify": "^1.0.1",
"@xenova/transformers": "^2.17.2",
"chai": "^4.2.0",
"density-clustering": "^1.3.0",
"dotenv": "^16.4.7",
"firebase": "^11.2.0",
"firebase-admin": "^13.0.2",
"firebase-functions": "^6.3.1",
"history": "^4.10.1",
"kmeans-ts": "^1.0.4",
"linkifyjs": "^2.1.9",
"lodash": "^4.17.15",
"mocha": "^8.2.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.32",
"react": "^17.0.2",
"react-confetti-explosion": "^2.1.2",
"react-datepicker": "1.3.0",
"react-dates": "^18.2.2",
"react-dom": "^17.0.2",
"react-ga": "^2.5.3",
"react-linkify": "^1.0.0-alpha",
"react-moment": "^0.8.2",
"react-numeric-input": "^2.2.3",
"react-push-notification": "^1.3.0",
"react-redux": "^7.2.6",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.0",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.0",
"resend": "^4.1.2",
"rxfire": "^6.1.0",
"rxjs": "^7.8.2",
"sass": "^1.72.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.1",
"source-map-explorer": "^2.1.2",
"ts-node": "^9.0.0",
"twilio": "^5.10.3",
"yarn": "^1.22.17"
},
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider react-scripts build",
"build:staging": "NODE_OPTIONS=--openssl-legacy-provider REACT_APP_IS_STAGING=true react-scripts build",
"deploy": "firebase deploy",
"start": "NODE_OPTIONS=--openssl-legacy-provider react-scripts start",
"s": "yarn start",
"test": "NODE_ENV=test firebase emulators:exec --only firestore \"./test.sh\"",
"lint": "eslint . --ext tsx --ext ts",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"resolutions": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"**/@typescript-eslint/eslint-plugin": "^4.1.1",
"**/@typescript-eslint/parser": "^4.1.1"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/register": "^7.12.1",
"@types/density-clustering": "^1.3.3",
"@types/jest": "^24.0.23",
"@types/lodash.flowright": "^3.5.4",
"@types/moment-timezone": "^0.5.9",
"@types/prop-types": "^15.5.6",
"@types/react": "^17.0.0",
"@types/react-datepicker": "^1.1.7",
"@types/react-dates": "^17.1.3",
"@types/react-dom": "^17.0.0",
"@types/react-numeric-input": "^2.2.3",
"@types/react-router": "^5.1.1",
"@types/react-router-dom": "^5.2.0",
"babel-preset-react-app-babel-7": "^4.0.2-0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"firebase-tools": "^13.6.0",
"ts-mocha": "^8.0.0",
"tsx": "^4.20.6",
"typescript": "^4.3.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}