-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 2.35 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
{
"name": "datadoc",
"version": "1.0.0",
"description": "",
"productName": "DataDoc",
"main": "electron/electron-main.js",
"scripts": {
"start": "NODE_ENV=production nodemon server/server.js & NODE_ENV=production electron .",
"build": "NODE_ENV=production webpack",
"dev": "clear & NODE_ENV=development webpack serve & NODE_ENV=development nodemon server/server.js & electron .",
"dev:mock": "npm run dev & nodemon dummy/server.js",
"test": "jest --verbose",
"electron": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/oslabs-beta/DataDoc.git"
},
"keywords": [],
"author": "Jo Huang https://github.com/jochuang, Jonathan Huang https://github.com/JH51, Jamie Schiff https://github.com/jamieschiff, Mariam Zakariadze https://github.com/mariamzakariadze",
"license": "ISC",
"bugs": {
"url": "https://github.com/oslabs-beta/DataDoc/issues"
},
"homepage": "https://github.com/oslabs-beta/DataDoc#readme",
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^9.1.0",
"css-loader": "^6.7.2",
"electron": "^22.0.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.3.1",
"react-router-dom": "^6.4.5",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-hot-middleware": "^2.25.3"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@influxdata/influxdb-client": "^1.33.0",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.1",
"@sendgrid/mail": "^7.7.0",
"chart.js": "^4.0.1",
"chartjs-adapter-moment": "^1.0.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"dotenv-webpack": "^8.0.1",
"express": "^4.18.2",
"express-endpoints-monitor": "^1.0.0",
"node-fetch": "^2.6.7",
"nodemon": "^2.0.20",
"pg": "^8.8.0",
"prom2json-se": "^0.6.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.0.1",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-pro-sidebar": "^0.7.1",
"react-router": "^6.4.5",
"response-time": "^2.3.2",
"sass": "^1.56.2",
"twilio": "^3.84.0",
"typescript": "^4.9.4",
"uuidv4": "^6.2.13"
}
}