-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.58 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
{
"name": "haaretz",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "rm -rf htz && rm -rf dist && git clone --recurse-submodules [email protected]:Haaretz/htz-frontend.git htz && gulp && cd dist && cross-env concurrently \"yarn && yarn bootstrap && cross-env HOSTNAME=local yarn workspace @haaretz/haaretz.co.il dev\" \"gulp watch\" ",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp && concurrently \"cd dist && cross-env HOSTNAME=local yarn workspace @haaretz/haaretz.co.il dev\" \"gulp watch\"",
"start_ppage": "gulp ppage && concurrently \"cd dist && cross-env HOSTNAME=local yarn workspace @haaretz/purchase-page dev\" \"gulp watch --purchase-page\"",
"boot_ppage": "gulp ppage && concurrently \"cd dist && yarn && cross-env yarn bootstrap && HOSTNAME=local yarn workspace @haaretz/purchase-page dev\" \"gulp watch --purchase-page\"",
"boot": "gulp && concurrently \"yarn && yarn bootstrap && cross-env HOSTNAME=local yarn workspace @haaretz/haaretz.co.il dev\" \"gulp watch\"",
"run": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"gulp": "^4.0.0",
"gulp-cli": "^2.0.1",
"cross-env": "^5.2.0",
"gulp-flow-remove-types": "^1.0.0",
"ncp": "^2.0.0",
"rimraf": "^2.6.2"
},
"devDependencies": {
"gulp-debug": "^4.0.0",
"concurrently": "^4.0.1",
"gulp-filter": "^5.1.0",
"gulp-newer": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-run": "^1.7.1",
"gulp-search": "^1.0.0",
"gulp-watch": "^5.0.1",
"node-watch": "^0.5.8"
}
}