-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
31 lines (31 loc) · 858 Bytes
/
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
{
"name": "goguardian-monitor",
"version": "3.5.1",
"description": "A tool to interact with GoGuardian's chat APIs",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "SNOWPACK_PUBLIC_VERSION=$npm_package_version snowpack build",
"buildWatch": "SNOWPACK_PUBLIC_VERSION=$npm_package_version snowpack build --watch"
},
"author": "Matthew Swider",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"node-fetch": "^2.6.1",
"node-notifier": "^9.0.1",
"pusher-js": "^7.0.3",
"uuid": "^8.3.2",
"xml-js": "^1.6.11",
"yargs": "^16.2.0"
},
"devDependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/material": "^5.10.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.2",
"snowpack": "^3.0.13"
}
}