-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
151 lines (151 loc) · 4.84 KB
/
package.json
File metadata and controls
151 lines (151 loc) · 4.84 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
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "emailgate",
"version": "1.0.0",
"description": "Emailgate",
"scripts": {
"test": "mocha shared/tests/*.spec.js --compilers js:babel-register",
"test:server": "NODE_ENV=test PORT=8080 MONGO_URL=mongodb://localhost:27017/mern-test mocha --compilers js:babel-register --recursive server/tests/**/*.spec.js",
"start": "NODE_ENV=development node index.js",
"start:dev": "DOCKER_SOCKET='' DOCKER_HOST=104.248.184.121 DOCKER_PORT=2375 NODE_ENV=development babel-node --presets es2015,stage-2 index.js",
"start:dev-socket": "DOCKER_SOCKET=/var/run/docker.sock NODE_ENV=development babel-node --presets es2015,stage-2 index.js",
"start:prod": "NODE_ENV=production node build/index.js",
"bs": "npm run clean && npm run build && npm run start:prod",
"minify": "cleancss -o static/css/app.min.css static/css/app.css",
"build": "NODE_ENV=production webpack --config webpack.config.prod.js && npm run minify",
"clean": "rimraf static/dist",
"build-server": "rm -rf build && mkdir build && babel -d ./build ./ -s --copy-files --ignore node_modules",
"slate": "rimraf node_modules && npm install",
"lint": "eslint client server shared"
},
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"axios": "^0.19.0",
"babel-cli": "^6.26.0",
"babel-loader": "^6.2.1",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.3.14",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.1.0",
"babel-preset-stage-2": "^6.24.1",
"base-64": "^0.1.0",
"base64url": "^1.0.6",
"blob-stream": "^0.1.3",
"bluebird": "^3.3.5",
"body-parser": "^1.18.2",
"clean-css": "^3.4.9",
"connect-mongo": "^1.1.0",
"cookie-parser": "^1.4.1",
"crypto": "^1.0.1",
"css-loader": "^0.23.1",
"css-modules-require-hook": "^2.1.0",
"cuid": "^1.3.8",
"deep-freeze": "0.0.1",
"docker-stream-cleanser": "^0.3.0",
"dockerode": "^2.2.10",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"express-session": "^1.13.0",
"extract-text-webpack-plugin": "^1.0.1",
"feed-finder": "^0.2.0",
"google-auth-library": "^0.9.7",
"googleapis": "^4.0.0",
"hasha": "^3.0.0",
"heredoc": "^1.3.1",
"history": "^1.17.0",
"html-pdf": "^2.1.0",
"http-parser-js": "^0.5.1",
"imap": "^0.8.16",
"install": "^0.6.1",
"isomorphic-fetch": "^2.2.1",
"json-loader": "^0.5.4",
"kue": "^0.11.0",
"kue-ui": "^0.1.0",
"lodash": "^4.6.1",
"mailgun-js": "^0.7.11",
"mailparser": "^0.5.3",
"manta": "^2.0.5",
"md5": "^2.2.1",
"moment": "^2.12.0",
"mongoose": "^4.3.7",
"newrelic": "^1.28.3",
"node-ensure": "0.0.0",
"node-sass": "^4.12.0",
"node-schedule": "^1.2.4",
"npm": "^3.8.6",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "nmajor/passport-local-mongoose",
"pdfjs-dist": "^1.5.285",
"phantomjs-prebuilt": "2.1.15",
"rc-progress": "^1.0.4",
"react": "^15.4.2",
"react-credit-card": "^0.10.0",
"react-datepicker": "^0.30.0",
"react-dom": "^15.4.2",
"react-dropzone": "~3.12.2",
"react-ga": "^2.2.0",
"react-image-crop": "3.0.1",
"react-json-tree": "0.10.3",
"react-modal": "^1.4.0",
"react-quill": "^1.2.0",
"react-redux": "^4.1.2",
"react-router": "^2.0.0-rc5",
"react-slick": "^0.14.11",
"readable-stream": "^2.0.6",
"reds": "^0.2.5",
"redux": "^3.1.5",
"redux-form": "^5.2.3",
"redux-thunk": "^1.0.3",
"request": "^2.88.0",
"sanitize-html": "^1.20.0",
"sass-loader": "^3.1.2",
"sharp": "^0.22.1",
"shortid": "^2.2.4",
"slug": "^0.9.1",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5",
"socket.io-stream": "^0.9.0",
"stripe": "^4.6.0",
"style-loader": "^0.13.0",
"superagent": "^3.8.3",
"taxjar": "^1.2.0",
"twemoji": "^2.5.0",
"util": "^0.10.3",
"webpack": "^1.13.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"babel-eslint": "^5.0.0-beta6",
"babel-plugin-add-module-exports": "^1.0.2",
"chai": "^3.5.0",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^4.0.0",
"eslint-plugin-react": "^3.16.1",
"expect": "^1.13.4",
"expect-jsx": "^2.2.2",
"mocha": "^2.4.5",
"nodemon": "^1.9.1",
"pre-commit": "^1.1.2",
"react-transform-hmr": "^1.0.1",
"redux-devtools": "^3.1.1",
"redux-devtools-dock-monitor": "^1.1.0",
"redux-devtools-log-monitor": "^1.0.4",
"rimraf": "^2.5.1",
"supertest": "^1.1.0",
"webpack-dev-middleware": "^1.5.1",
"webpack-hot-middleware": "^2.9.1"
},
"engines": {
"node": ">=4"
}
}