-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.09 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
{
"name": "event",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"dev": "webpack --watch --config webpack.dev.js",
"test": "jest ./test/test.ts",
"test-api": "jest ./test/api.test.ts",
"lint": "eslint ./src/*"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@mui/material": "^5.9.0",
"@mui/x-date-pickers": "^5.0.0-beta.1",
"@prisma/client": "^4.1.1",
"@reduxjs/toolkit": "^1.8.3",
"assert": "^2.0.0",
"axios": "^0.27.2",
"buffer": "^6.0.3",
"chrono-node": "^2.3.9",
"clean-webpack-plugin": "^4.0.0",
"compromise": "^14.4.0",
"compromise-dates": "^3.4.1",
"crypto": "^1.0.1",
"express": "^4.18.1",
"fs": "^0.0.2",
"glob": "^8.0.3",
"google-search-results-nodejs": "^2.1.0",
"googleapis": "^105.0.0",
"moment": "^2.29.4",
"pg": "^8.7.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.5",
"react-redux": "^8.0.2",
"readline": "^1.3.0",
"redux": "^4.2.0",
"stream": "^0.0.2"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.18.6",
"@mui/icons-material": "^5.8.4",
"@types/chrome": "^0.0.193",
"@types/jest": "^27.5.2",
"@types/jquery": "^3.5.14",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.20.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^28.0.6",
"prisma": "^4.1.1",
"ts-jest": "^28.0.6",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"webpack": "5.52.1",
"webpack-cli": "^4.8.0",
"webpack-merge": "^5.8.0"
}
}