-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.83 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
{
"name": "cog-server",
"description": "To use it install packages with `npm install`",
"version": "1.7.0",
"author": "Ashwin Hamal",
"license": "MIT",
"maintainers": [
{
"name": "Matthew Peveler",
"email": "[email protected]"
}
],
"main": "server.js",
"scripts": {
"start": "node server.js",
"lint": "eslint scripts src server.js",
"lint:fix": "eslint --fix scripts src server.js",
"build": "NODE_ENV=production webpack"
},
"dependencies": {
"@cisl/io": "^1.0.0-dev.14",
"@fortawesome/fontawesome-free": "^5.9.0",
"bcryptjs": "^2.4.3",
"connect-mongodb-session": "^2.4.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"socket.io": "^2.4.0",
"terser-webpack-plugin": "^4.2.1"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@masterodin/eslint-config-javascript": "^2.0.1",
"ansi_up": "^5.0.0",
"babel-loader": "^8.1.0",
"eslint": "^7.7.0",
"eslint-plugin-react": "^7.20.0",
"html-loader": "^1.1.0",
"html-webpack-harddisk-plugin": "^1.0.2",
"html-webpack-plugin": "^4.3.0",
"moment": "^2.29.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-modal": "^3.11.2",
"socket.io-client": "^2.3.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-middleware": "^3.7.2",
"webpack-dev-server": "^3.11.0",
"webpack-hot-middleware": "^2.25.0"
},
"repository": {
"type": "git",
"url": "https://internal.cisl.rpi.edu/code/cir-core/crun-server"
},
"keywords": [
"crun"
],
"private": true
}