forked from PulseTile/PulseTile-AngularJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
145 lines (145 loc) · 4.51 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
142
143
144
145
{
"name": "PulseTile",
"version": "1.1.0",
"description": "Ripple OSI App UI built using Angular 1.5 and Redux",
"homepage": "http://demo.rippleosi.org/",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/PulseTile/PulseTile.git"
},
"author": "",
"private": false,
"engines": {
"node": ">=6.2"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/PulseTile/PulseTile/issues"
},
"scripts": {
"commit": "git-cz",
"build": "cross-env NODE_ENV=production webpack --display-chunks --progress && ./build_videochat.sh",
"build-plugins": "cross-env NODE_ENV=extension webpack --display-chunks --progress",
"copy": "cross-env NODE_ENV=copy webpack --display-chunks --progress",
"clean": "del-cli target",
"lint": "eslint --cache .",
"prebuild": "npm-run-all clean",
"server:dev": "cross-env NODE_ENV=development webpack-dev-server --progress --host 0.0.0.0",
"start": "npm run server:dev",
"test": "cross-env NODE_ENV=test nyc karma start --single-run",
"test:watch": "cross-env NODE_ENV=test karma start",
"check-coverage": "nyc check-coverage --statements 100",
"report-coverage": "cat ./coverage/lcov.info | codecov",
"nyc-report-coverage": "nyc report --reporter=text-lcov | coverage.lcov && codecov",
"cover": "nyc --reporter=lcov npm t",
"validate": "npm run cover",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"devDependencies": {
"autoprefixer": "6.3.7",
"babel-core": "6.10.4",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.10",
"babel-plugin-ng-annotate": "0.3.2",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-polyfill": "6.9.1",
"babel-preset-es2015": "6.22.0",
"babel-preset-stage-0": "6.22.0",
"babel-preset-stage-1": "6.5.0",
"babelify": "7.3.0",
"bootstrap-editable": "1.0.1",
"bootstrap-loader": "1.3.3",
"bower-webpack-plugin": "0.1.9",
"codecov.io": "0.1.6",
"copy-webpack-plugin": "3.0.1",
"cross-env": "1.0.8",
"css-loader": "0.23.1",
"del-cli": "0.2.1",
"eslint": "2.13.1",
"eslint-plugin-angular": "1.6.1",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"ghooks": "2.0.0",
"html-loader": "0.4.4",
"html-webpack-plugin": "2.21.1",
"jasmine-core": "2.4.1",
"karma": "1.1.2",
"karma-babel-preprocessor": "6.0.1",
"karma-chrome-launcher": "1.0.1",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.0.2",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "1.7.0",
"lodash": "4.13.1",
"minx": "r-park/minx.git",
"ng-annotate-loader": "0.1.1",
"ng-redux": "3.3.5-beta.1",
"node-sass": "3.8.0",
"npm-run-all": "2.2.2",
"postcss-loader": "0.9.1",
"raw-loader": "0.5.1",
"redux": "3.6.0",
"redux-logger": "2.6.1",
"resolve-url-loader": "1.6.1",
"sass-loader": "3.2.3",
"sinon": "1.17.7",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "1.13.3",
"webpack-dev-server": "1.14.1",
"semantic-release": "6.3.2"
},
"dependencies": {
"angular": "1.5.8",
"angular-animate": "1.5.9",
"angular-drag-and-drop-lists": "2.1.0",
"angular-loading-bar": "0.9.0",
"angular-mocks": "1.5.11",
"angular-sanitize": "1.5.8",
"angular-socket-io": "0.7.0",
"angular-spinner": "0.8.1",
"angular-ui-bootstrap": "2.4.0",
"angular-ui-calendar": "1.0.2",
"angular-ui-router": "1.0.0-rc.1",
"angular-utils-pagination": "0.11.1",
"angular-xeditable": "0.6.0",
"bootstrap": "3.3.7",
"bootstrap-sass": "3.3.7",
"bower-webpack-plugin": "0.1.9",
"chai": "3.5.0",
"chart.js": "2.4.0",
"commitizen": "2.9.5",
"copy-webpack-plugin": "3.0.1",
"cz-conventional-changelog": "1.2.0",
"fullcalendar": "3.1.0",
"isparta-loader": "2.0.0",
"istanbul": "0.4.5",
"jquery": "3.3.1",
"jquery-ui": "1.12.1",
"karma-chai": "0.1.0",
"karma-htmlfile-reporter": "0.3.5",
"karma-mocha": "1.3.0",
"last-release-git": "0.0.2",
"mocha": "3.2.0",
"moment": "2.15.2",
"nyc": "10.1.2",
"raphael": "2.2.7",
"redux": "3.6.0",
"semantic-release": "6.3.2",
"socket.io-client": "1.7.3",
"swiper": "3.4.2",
"underscore": "1.8.3"
},
"release": {
"debug": false,
"branch": "develop",
"getLastRelease": "last-release-git"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}