-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.25 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.25 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
{
"name": "jeopardye",
"version": "2.2.1",
"private": true,
"dependencies": {
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@chakra-ui/react": "^1.6.3",
"@choc-ui/chakra-autocomplete": "^5.1.4",
"@dyesoft/alea-core": "^0.3.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fortawesome/fontawesome-free": "^5.15.3",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"@giantmachines/redux-websocket": "^1.5.1",
"@gouch/to-title-case": "^2.2.1",
"@nlpjs/lang-en": "^4.22.0",
"@nlpjs/similarity": "^4.21.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"buffer": "^6.0.3",
"cors": "^2.8.5",
"crypto-browserify": "^3.12.0",
"customize-cra": "^1.0.0",
"express": "^4.17.1",
"express-ws": "^4.0.0",
"framer-motion": "^4",
"http": "^0.0.1-security",
"https": "^1.0.0",
"log": "^6.0.0",
"log-node": "^7.0.0",
"moment": "^2.29.1",
"mongodb": "^3.6.6",
"node-fetch": "^2.6.1",
"nodemailer": "^6.6.3",
"number-to-words": "^1.2.4",
"package.json": "^2.0.1",
"react": "^17.0.2",
"react-app-rewired": "^2.2.1",
"react-datepicker": "^4.6.0",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.1",
"redux": "^4.1.0",
"stream-browserify": "^3.0.0",
"uuid": "^3.4.0",
"web-vitals": "^1.0.1",
"ws": "^7.4.5",
"yargs": "^17.6.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"server": "LOG_LEVEL=info LOG_TIME=abs node --experimental-json-modules src/server/server.mjs -- --name=jeopardye"
},
"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"
]
}
}