forked from born2net/studio-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
141 lines (141 loc) · 5.66 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
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
{
"name": "studioweb",
"version": "0.1.778",
"license": "Modified GPL (see readme.md)",
"angular-cli": {},
"scripts": {
"postinstall": "npm run dev",
"compodoc": "./node_modules/.bin/compodoc -p src/tsconfig.json",
"x_disk-build": "ng build && npm run sw",
"x_disk-serve": "cd dist && live-server --port=4208 --host=localhost --entry-file=/index.html",
"x_reg_release": "rm -r -f ./dist && npm run x_bump && npm run x_prod && npm run x_rsync",
"x_start": "ng serve",
"x_lint": "tslint \"src/**/*.ts\"",
"x_prod_jit": "ng build --target=production --base-href ./ --aot fiw.alse",
"x_prod_aot": "ng build --target=production --base-href ./ --aot true",
"x_prod_aot_hebrew": "ng build --locale iw -i18n-file src/locale/iw.xtb --i18n-format xtb --target=production --base-href ./ --aot true",
"x_rsync": "rsync --progress --chmod=ug=rwx --chmod=o=rx -av --stats -e ssh /cygdrive/c/msweb/studiolite/dist/ [email protected]:/var/www/sites/dynasite/htdocs/_msportal/_js/_node/_studioweb",
"x_rsync_docs": "rsync --progress --chmod=ug=rwx --chmod=o=rx -av --stats -e ssh /cygdrive/c/msweb/studiolite/documentation/ [email protected]:/var/www/sites/mediasignage.com/htdocs/lite_docs",
"x_rsync_iw": "rsync --progress --chmod=ug=rwx --chmod=o=rx -av --stats -e ssh /cygdrive/c/msweb/studiolite/dist/ [email protected]:/var/www/sites/dynasite/htdocs/_msportal/_js/_node/_studioweb/locale/iw",
"x_sw": "sw-precache --root=dist --config=sw-precache-config.js",
"x_bump": "gulp x_bump",
"x_cssDev": "gulp cssDev",
"x_cssRelease": "gulp cssRelease",
"x_translate": "node_modules/.bin/ng-xi18n -p src/tsconfig.json --i18nFormat=xmb",
"x_node_copy": "cp -r -f ./node_modules/ ./dist/out-tsc/",
"cp module": "cp ./node_modules/ng-mslib/src/myng-component.ts ./node_modules/ng-mslib/dist/",
"generate_locale": "npm run x_node_copy && npm run x_translate",
"hmr": "ng serve --port 4208 --aot false --hmr -e=hmr",
"dev": "npm run x_cssDev && ng serve --port 4208 --aot false",
"release_aot_hebrew": "npm run x_cssRelease && rm -r -f ./dist && npm run x_bump && npm run x_prod_aot_hebrew && npm run x_sw && npm run x_rsync_iw",
"release_aot": "npm run x_cssRelease && rm -r -f ./dist && npm run x_bump && npm run x_prod_aot && npm run x_sw && npm run x_rsync",
"release_aot_no_sync": "npm run x_cssRelease && rm -r -f ./dist && npm run x_bump && npm run x_prod_aot && npm run x_sw",
"release_jit": "npm run x_cssRelease && rm -r -f ./dist && npm run x_bump && npm run x_prod_jit && npm run x_sw && npm run x_rsync"
},
"dependencies": {
"@angular/animations": "^4.3.1",
"@angular/common": "^4.3.1",
"@angular/compiler": "^4.3.1",
"@angular/core": "^4.3.1",
"@angular/forms": "^4.3.1",
"@angular/http": "^4.3.1",
"@angular/platform-browser": "^4.3.1",
"@angular/platform-browser-dynamic": "^4.3.1",
"@angular/router": "^4.3.1",
"@ngrx/core": "^1.2.0",
"@ngrx/effects": "^2.0.0",
"@ngrx/store": "^2.2.1",
"@ngrx/store-devtools": "^3.2.3",
"@ngtools/webpack": "^1.2.4",
"@types/bootbox": "^4.4.30",
"@types/gsap": "1.19.0",
"@types/lodash": "^4.14.52",
"@types/xdate": "^0.8.27",
"angular-pipes": "^5.4.0",
"angular2-fontawesome": "~0.8.0",
"angular2-google-maps": "^0.17.0",
"angular2-highcharts": "^0.4.1",
"angular2-redux-util": "^0.8.86",
"angular2-uuid": "^1.1.0",
"bootbox": "^4.4.0",
"bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"fabric": "git://github.com/born2net/fabric.js.git",
"font-awesome": "~4.7.0",
"gsap": "1.19.1",
"gulp-bump": "^2.5.1",
"hammerjs": "^2.0.8",
"immutable": "^3.8.1",
"jquery": "^3.1.1",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"ng-mslib": "^1.0.109",
"ng-validators": "^0.2.1",
"ng2-bs3-modal": "^0.10.4",
"ng2-toastr": "^4.1.2",
"ngrx-store-freeze": "^0.1.6",
"ngx-bootstrap": "^1.7.1",
"ngx-color-picker": "^4.0.0",
"ngx-contextmenu": "^1.0.3",
"platform": "^1.3.3",
"primeng": "^4.0.0-rc.2",
"print-js": "^1.0.34",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.4",
"rxjs": "^5.4.2",
"stacktrace-js": "^1.3.1",
"string": "^3.3.3",
"ts-helpers": "^1.1.1",
"typescript": "2.4.0",
"videogular2": "^5.2.0",
"x2js": "^3.1.0",
"xdate": "^0.8.0",
"xml2js": "^0.4.17",
"zone.js": "^0.8.12"
},
"devDependencies": {
"@angular/cli": "^1.0.1",
"@angular/compiler-cli": "^4.3.1",
"@angular/language-service": "^4.3.1",
"@angularclass/hmr": "^1.2.2",
"@compodoc/compodoc": "^1.0.0-beta.9",
"@types/core-js": "^0.9.41",
"@types/hammerjs": "^2.0.33",
"@types/immutable": "^3.8.6",
"@types/jasmine": "2.5.38",
"@types/jquery": "^2.0.34",
"@types/node": "^6.0.42",
"@types/x2js": "0.0.27",
"autoprefixer": "^6.6.1",
"co": "^4.6.0",
"codelyzer": "~2.0.0",
"fs-extra": "^2.1.2",
"gulp": "^3.9.1",
"gulp-comment-swap": "0.0.10",
"gulp-concat": "^2.6.0",
"gulp-git": "^1.6.0",
"gulp-inject": "^1.3.1",
"gulp-insert": "^0.5.0",
"gulp-replace": "^0.5.4",
"gulp-rimraf": "^0.2.0",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^4.3.1",
"gulp-tslint-stylish": "^1.1.1",
"gulp-typedoc": "^1.2.1",
"gulp-typescript": "^3.0.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.2.4",
"node-fetch": "^1.6.3",
"replace": "^0.3.0",
"rsync": "^0.5.0",
"run-sequence": "^1.2.2",
"sw-precache": "4.2.1",
"ts-node": "~2.0.0",
"tslint": "~4.4.2",
"webdriver-manager": "10.2.5",
"xml2js": "^0.4.17"
}
}