-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
175 lines (175 loc) · 5.69 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"name": "@momentum-ui/angularjs",
"description": "Cisco Momentum UI AngularJS 1.X components",
"version": "13.2.2",
"main": "bundles/momentum-ui-angularjs.umd.js",
"typings": "types/momentum-ui-angularjs.d.ts",
"author": "Cisco Systems, Inc.",
"homepage": "http://momentum.design",
"license": "MIT",
"keywords": [
"Momentum Design",
"Cisco",
"Webex",
"Cisco Spark",
"Spark UI",
"Momentum UI",
"AngularJS",
"ng"
],
"repository": {
"type": "git",
"url": "https://github.com/momentum-design/momentum-ui.git"
},
"bugs": {
"url": "https://github.com/momentum-design/momentum-ui/issues"
},
"scripts": {
"build": "npm-run-all -s clean:lib -p build:lib build:types",
"prebuild:app": "npm run clean:app",
"build:app": "webpack --config webpack.prod.js",
"build:lib": "webpack --config webpack.lib.js --bail --progress --profile --display-error-details",
"build:watch": "webpack --watch --config webpack.lib.js --progress --profile --display-error-details",
"build:types": "tsc --emitDeclarationOnly",
"clean:lib": "rimraf bundles types",
"clean:dev": "rimraf .tmp",
"clean:app": "rimraf dist",
"ci:postpublish": "node ../tools/postpublish.js",
"ci:publishCDN": "yarn pushToS3",
"pushToS3": "node ../tools/pushToS3.js --library=angularjs",
"test:unit": "jest",
"test:cover": "jest --coverage",
"test:watch": "jest --watch",
"start": "run-p --race build:watch serve:dev",
"start:app": "run-s build build:app open:dist ",
"serve:dev": "webpack-dev-server --config webpack.dev.js",
"prepublishOnly": "npm run build",
"open:dist": "cd ./dist && http-server -p 4900",
"run:cypress": "cypress run",
"run:percy": "percy exec -t 350 -- cypress run",
"test:CI:cypress": "wait-on http://127.0.0.1:4900 && yarn run:cypress",
"test:CI:percy": "wait-on http://127.0.0.1:4900 && yarn run:percy",
"test": "run-p --race start:app test:CI:cypress",
"test:percy": "run-p --race start:app test:CI:percy"
},
"jest": {
"moduleFileExtensions": [
"ts",
"js"
],
"setupTestFrameworkScriptFile": "<rootDir>/test/setupJest.js",
"transform": {
"\\.(ts)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(ts|js)$",
"collectCoverageFrom": [
"src/lib/**/*.{js,ts}",
"!src/lib/**/index.{js,ts}",
"!**/node_modules/**"
],
"coverageDirectory": "test/coverage"
},
"dependencies": {
"@momentum-ui/icons": "^7.48.0"
},
"peerDependencies": {
"angular": ">= 1.6.0",
"angular-animate": ">= 1.6.0",
"angular-messages": ">= 1.6.0",
"angular-ui-grid": ">= 3 < 4",
"angular-ui-router": ">= 0.3.2 < 1",
"google-libphonenumber": ">= 3.2.9",
"imagesloaded": ">= 3.1.8 < 4",
"jquery": ">= 3.2.1",
"masonry-layout": ">= 4.1.1",
"moment": ">= 2.10.6"
},
"devDependencies": {
"@percy/cypress": "^0.2.3",
"@types/angular": "^1.6.51",
"@types/angular-mocks": "^1.7.0",
"@types/angular-ui-router": "^1.1.40",
"@types/core-js": "^2.5.0",
"@types/google-libphonenumber": "^7.4.10",
"@types/jquery": "^3.2.1",
"@types/lodash": "4.14.108",
"@types/node": "^11.9.0",
"@types/webpack-env": "^1.13.6",
"@uirouter/angularjs": "1.0.21",
"angular": "^1.7.7",
"angular-animate": "^1.7.7",
"angular-messages": "^1.7.7",
"angular-mocks": "^1.7.7",
"angular-sanitize": "^1.7.7",
"angular-ui-grid": "^3 < 4",
"angular-ui-router": "^0.4.3 < 1",
"awesome-typescript-loader": "^5.2.1",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-react-constant-elements": "6.23.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.12",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-node6": "^11.0.0",
"babel-preset-stage-0": "^6.24.1",
"chalk": "^2.3.0",
"copy-webpack-plugin": "^4.6.0",
"copyfiles": "^0.2.1",
"core-js": "^3.0.0",
"coveralls": "^3.0.2",
"cross-env": "^3.2.3",
"css-loader": "^3.0.0",
"cypress": "^3.4.1",
"expose-loader": "^0.7.1",
"file-loader": "^4.0.0",
"fs-extra": "^5.0.0",
"glob": "^7.1.2",
"google-libphonenumber": "^3.2.9",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"imagesloaded": "^3.1.8 < 4",
"istanbul-instrumenter-loader": "^3.0.1",
"jest": "^23.6.0",
"jquery": "^3.2.1",
"lodash": "^4.17.11",
"masonry-layout": "^4.1.1",
"mini-css-extract-plugin": "^0.8.0",
"moment": "^2.24.0",
"ng-annotate-loader": "^0.6.1",
"ngtemplate-loader": "^2.0.1",
"node-libs-browser": "2.0.0",
"node-sass": "^4.9.4",
"npm-run-all": "^4.1.5",
"npm-watch": "^0.3.0",
"null-loader": "^0.1.1",
"postcss-loader": "^2.1.3",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-jest": "^22.4.0",
"tslint": "^5.11.0",
"tslint-eslint-rules": "^4.1.1",
"tslint-loader": "^3.6.0",
"typescript": "^3.1.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"wait-on": "^3.2.0",
"webpack": "^4.23.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.1.10",
"webpack-externals-plugin": "^1.0.0",
"webpack-merge": "^4.1.4",
"yargs": "^12.0.5"
},
"publishConfig": {
"access": "public"
}
}