-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 924 Bytes
/
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
{
"scripts": {
"dev": "CRM_LOCATION=http://crm.dev:8000 KEY_LOCATION=keys/dev.json gulp build",
"staging": "CRM_LOCATION=https://crm.pebblecloud.net KEY_LOCATION=keys/staging.json gulp build",
"prod": "CRM_LOCATION=https://magni.mypebble.co.uk KEY_LOCATION=keys/prod.json gulp build"
},
"dependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-latest": "^6.24.1",
"backbone": "^1.3.3",
"backbone.marionette": "^3.3.1",
"cross-env": "^5.0.0",
"css-loader": "^0.28.2",
"gulp": "^3.9.1",
"gulp-copy": "^1.0.0",
"gulp-string-replace": "^0.4.0",
"gulp-zip": "^4.0.0",
"jquery": "^3.2.1",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.5",
"style-loader": "^0.18.1",
"underscore-template-loader": "^0.7.3",
"webpack": "^2.6.0"
}
}