forked from fairpayorg/fairpay
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
72 lines (72 loc) · 2.13 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
{
"name": "fairpay",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=production node server/server.js",
"build": "NODE_ENV=production webpack",
"dev": "concurrently --kill-others \"cross-env NODE_ENV=development nodemon server/server.js\" \"webpack-dev-server\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/wundercodes/fairpay.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wundercodes/fairpay/issues"
},
"homepage": "https://github.com/wundercodes/fairpay#readme",
"dependencies": {
"@material-ui/core": "^4.10.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.55",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"cross-env": "^7.0.2",
"d3": "^5.16.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"passport": "^0.4.1",
"passport-linkedin-oauth2": "^2.0.0",
"pg": "^8.2.1",
"react-dom": "^16.13.1",
"react-hooks": "^1.0.1",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"concurrently": "^5.2.0",
"css-loader": "^3.5.3",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "^5.1.3",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"file-loader": "^6.0.0",
"image-webpack-loader": "^6.0.0",
"eslint-plugin-react-hooks": "^2.5.1",
"node-sass": "^4.14.1",
"nodemon": "^2.0.4",
"prettier": "^2.0.5",
"react": "^16.13.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}