-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 3.4 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "neocallisto",
"version": "0.1.0",
"license": "MIT",
"private": true,
"dependencies": {
"@date-io/date-fns": "1.x",
"@hcaptcha/react-hcaptcha": "^0.2.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.10",
"@material-ui/styles": "^4.10.0",
"@mui-treasury/components": "^1.9.1",
"@mui-treasury/styles": "^1.13.0",
"@testing-library/dom": "^7.26.3",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/bluebird": "^3.5.32",
"@types/connect-history-api-fallback": "^1.3.3",
"@types/cors": "^2.8.8",
"@types/express": "^4.17.8",
"@types/hcaptcha__react-hcaptcha": "^0.1.3",
"@types/jest": "^26.0.15",
"@types/libsodium-wrappers": "^0.7.8",
"@types/mongoose": "^5.7.36",
"@types/node": "^14.14.0",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.0",
"@types/react-toggle": "^4.0.2",
"@types/unorm": "^1.3.28",
"@types/yup": "^0.29.8",
"axios": "^0.20.0",
"babel-loader": "^8.1.0",
"bluebird": "^3.7.2",
"cheerio": "^1.0.0-rc.3",
"clsx": "^1.1.1",
"connect-history-api-fallback": "^1.6.0",
"connect-redis": "^5.0.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"date-fns": "^2.16.1",
"dotenv": "^8.2.0",
"eslint": "^7.12.1",
"express": "^4.17.1",
"express-rate-limit": "^5.1.3",
"express-session": "^1.17.1",
"formik": "^2.2.1",
"formik-material-ui": "^3.0.0",
"hcaptcha": "^0.0.2",
"helmet": "^4.1.1",
"history": "^5.0.0",
"invariant": "^2.2.4",
"ioredis": "^4.19.1",
"levenary": "^1.1.1",
"libsodium-wrappers": "^0.7.8",
"mailgo": "^0.10.4",
"mongoose": "^5.10.9",
"node-fetch": "^2.6.1",
"particles-bg": "^2.5.0",
"plotly.js": "^1.57.1",
"prop-types": "^15.7.2",
"rate-limit-redis": "^2.0.0",
"react": "^16.14.0",
"react-dom": "^16.13.1",
"react-loading": "^2.0.3",
"react-password-strength-bar": "^0.3.2",
"react-plotly.js": "^2.5.0",
"react-router": "^6.0.0-beta.0",
"react-router-dom": "^6.0.0-beta.0",
"react-scripts": "4.0.0",
"react-sky": "^1.1.0",
"react-toggle": "^4.1.1",
"scrypt-js": "^3.0.1",
"typescript": "~4.0.3",
"unorm": "^1.6.0",
"yup": "^0.29.3"
},
"scripts": {
"start": "node server.js",
"heroku-postbuild": "yarn build",
"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/react-plotly.js": "^2.2.4",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.5.0",
"babel-eslint": "^10.1.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.1.2"
},
"engines": {
"node": "15.x"
}
}