-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.31 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "furora",
"version": "0.0.2",
"description": "portfolio site of furora media ltd",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.prod.js -p",
"dev": "babel-node server/devserver.js env --inspect",
"dev-final": "NODE_ENV=production PORT=8080 ENV=node babel-node server/server.js env",
"start": "babel-node server/server.js env",
"test": "NODE_ENV=test jest",
"coverage": "istanbul cover mocha index",
"lint": "eslint client/src/**.js server/**/**.js"
},
"repository": {
"type": "git",
"url": "https://github.com/FuroraMedia/furora-main.git"
},
"author": "Graeme Chidgey",
"license": "ISC",
"bugs": {
"url": "https://github.com/FuroraMedia/furora-main/issues"
},
"homepage": "https://github.com/FuroraMedia/furora-main#readme",
"devDependencies": {
"css-loader": "^2.1.1",
"dotenv": "^7.0.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-config-react": "^1.1.7",
"eslint-loader": "^2.1.2",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^3.5.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^3.0.1",
"flow-bin": "^0.96.0",
"flow-typed": "^2.5.1",
"glob": "^7.1.3",
"husky": "^1.3.1",
"istanbul": "^0.4.5",
"jest": "^24.7.1",
"jest-cli": "^24.7.1",
"mini-css-extract-plugin": "^0.5.0",
"morgan": "^1.9.1",
"node-sass": "^4.11.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.16.4",
"purifycss-webpack": "^0.7.0",
"redux-immutable-state-invariant": "^2.1.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"sw-precache-webpack-plugin": "^0.11.5",
"url-loader": "^1.1.2",
"vhost": "^3.0.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-middleware": "^3.6.2",
"webpack-hot-middleware": "^2.24.3"
},
"dependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.4.0",
"@types/react-dom": "^16.8.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"body-parser": "^1.18.3",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
"ejs": "^2.6.1",
"express": "^4.16.4",
"inuitcss": "^6.0.0",
"isomorphic-fetch": "^2.2.1",
"nodemailer": "^6.1.0",
"nodemailer-mailgun-transport": "^1.4.0",
"nodemailer-smtp-transport": "^2.7.4",
"normalize.scss": "^0.1.0",
"passport": "^0.4.0",
"prop-types": "^15.7.2",
"purify-css": "^1.2.5",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-gcaptcha": "^4.2.3",
"react-redux": "^6.0.1",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"sass-mq": "^5.0.0",
"serve-favicon": "^2.5.0",
"validator": "^10.11.0",
"xoauth2": "^1.2.0"
}
}