-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
81 lines (81 loc) · 2.36 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
76
77
78
79
80
81
{
"name": "gitbuddy",
"version": "1.0.0",
"description": "GitBuddy",
"main": "./client/index.js",
"scripts": {
"start": "concurrently \"cross-env NODE_ENV=production node server/server.js\"",
"build": "cross-env NODE_ENV=production webpack",
"dev": "concurrently \"cross-env NODE_ENV=development webpack-dev-server --open\" \"nodemon server/server.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StarNosedMoles/GitBuddy.git"
},
"keywords": [
"scratch",
"project"
],
"author": "Star Nosed Moles",
"license": "ISC",
"bugs": {
"url": "https://github.com/StarNosedMoles/GitBuddy/issues"
},
"homepage": "https://github.com/StarNosedMoles/GitBuddy#readme",
"dependencies": {
"body-parser": "^1.19.0",
"bootstrap": "^4.6.0",
"browserify": "^10.2.4",
"cookie-parser": "^1.4.5",
"css-loader": "^5.1.1",
"dotenv": "^8.2.0",
"export-to-csv": "^0.2.1",
"express": "^4.12.3",
"express-session": "^1.17.1",
"gulp": "^3.9.0",
"mongodb": "^3.6.4",
"mongoose": "^5.11.19",
"node-fetch": "^2.6.1",
"node-sass": "^5.0.0",
"octokat": "^0.10.0",
"pg": "^8.5.1",
"postgres": "^1.0.2",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-bootstrap": "^1.5.1",
"react-dom": "^16.3.1",
"react-hot-loader": "^4.13.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-typed": "^1.2.0",
"save": "^2.4.0",
"style-loader": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@babel/preset-react": "^7.12.13",
"babel-loader": "^8.2.2",
"concurrently": "^4.1.0",
"cross-env": "^5.2.0",
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-css-modules": "^2.11.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^1.7.0",
"file-loader": "^6.2.0",
"image-webpack-loader": "^7.0.1",
"isomorphic-fetch": "^2.2.1",
"nodemon": "^1.18.9",
"react-flexbox-grid": "^2.1.2",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.11.2"
}
}