forked from drakeltheryuujin/NYDanceSafe-Kiosk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·64 lines (64 loc) · 1.83 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
{
"name": "dancesafe-kiosk-api",
"version": "1.0.2",
"main": "server/server.js",
"scripts": {
"start": "node .",
"start_prod": "NODE_ENV=production node .",
"deploy": "NODE_ENV=production webpack -p --config webpack.config.production.js --progress",
"clean": "rm -rf .build/dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"redux",
"boilerplate",
"loopback",
"webpack",
"react-transform"
],
"dependencies": {
"ajv": "^5.2.0",
"async": "^2.6.0",
"compression": "^1.6.2",
"cors": "^2.8.3",
"dotenv": "^5.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"history": "^4.6.3",
"humps": "^2.0.1",
"json-loader": "^0.5.4",
"json5": "^0.5.1",
"lodash": "^4.17.5",
"loopback": "^3.8.0",
"loopback-boot": "^2.25.0",
"loopback-component-explorer": "^4.2.0",
"loopback-component-migrate": "^0.4.0",
"loopback-component-storage": "^3.3.1",
"loopback-connector-postgresql": "^3.3.0",
"loopback-connector-sendgrid": "^2.2.4",
"loopback-connector-twilio": "^0.5.1",
"loopback-connector-twilio2": "0.0.1",
"loopback-datasource-juggler": "^3.15.1",
"psql": "0.0.1",
"request": "^2.83.0",
"strong-error-handler": "^2.1.0",
"tinyurl": "^1.1.2",
"twilio": "^3.13.0",
"webpack": "^3.12.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-hot-middleware": "^2.22.2"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"imagemin-pngquant": "^4.2.0",
"webpack": "^3.1.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-hot-middleware": "^2.22.2"
},
"repository": {
"type": "git",
"url": "https://github.com/tngan/loopback-redux-react-boilerplate"
},
"description": "A boilerplate for a Redux-React application using LoopBack"
}