forked from PG-GUI/PG-GUI
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.14 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.14 KB
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
{
"name": "PG-GUI",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon server/server.js",
"build": "webpack",
"both": "webpack-dev-server --mode development --open --hot & nodemon server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PG-GUI/PG-GUI.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PG-GUI/PG-GUI/issues"
},
"homepage": "https://github.com/PG-GUI/PG-GUI#readme",
"dependencies": {
"babel-core": "^6.26.3",
"bcryptjs": "^2.4.3",
"mongoose": "^5.7.13",
"passport": "^0.4.0",
"passport-github": "^1.1.0",
"path": "^0.12.7",
"pg": "^7.14.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"redux": "^4.0.4",
"remote-redux-devtools": "^0.5.16",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"nodemon": "^2.0.1",
"webpack": "^4.41.2"
}
}