-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
159 lines (159 loc) · 4.88 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
{
"name": "tractor",
"version": "0.0.0",
"private": true,
"description": "A UI around Protractor to help write E2E tests for Angular applications without needing to know JavaScript",
"author": "Craig Spence <craigspence0@gmail.com>",
"license": "MIT",
"workspaces": [
"packages/*",
"plugins/*"
],
"repository": {
"type": "git",
"url": "https://github.com/TradeMe/tractor.git"
},
"bugs": {
"url": "https://github.com/TradeMe/tractor/issues",
"email": "craigspence0@gmail.com"
},
"scripts": {
"clean": "yarn clean:coverage && yarn clean:dist && yarn clean:etc && yarn clean:reports",
"clean:coverage": "rimraf \"./+(packages|plugins)/*/.nyc_output\" && rimraf .nyc_output",
"clean:dist": "rimraf \"./+(packages|plugins)/*/dist\"",
"clean:etc": "rimraf \"./+(packages|plugins)/*/etc\"",
"clean:node_modules": "rimraf \"./+(packages|plugins)/*/node_modules\" && rimraf node_modules",
"clean:reports": "rimraf reports",
"build": "yarn && yarn clean && lerna run clean --parallel && lerna run compile && lerna run lint --parallel && lerna run bundle --parallel && yarn cover && yarn cover:ts && lerna run test:e2e:ci --stream --parallel",
"cover": "nyc yarn test",
"test": "mocha --opts mocha.opts \"+(plugins)/**/src/**/*.spec.js\"",
"cover:ts": "yarn test:ts --collectCoverage",
"test:ts": "jest --testPathPattern=.*/src/.*.spec.ts --config=./jest.config.js",
"webdriver": "webdriver-manager update --versions.standalone=3.141.5 --gecko=false --chrome=false",
"postinstall": "yarn webdriver",
"link:all": "yarn link && lerna exec yarn link",
"unlink:all": "yarn unlink && lerna exec yarn unlink",
"publish:premajor": "lerna publish premajor --dist-tag next",
"publish:preminor": "lerna publish preminor --dist-tag next",
"publish:prepatch": "lerna publish prepatch --dist-tag next",
"publish:prerelease": "lerna publish prerelease --dist-tag next",
"select-version": "lerna version --force-publish --no-git-tag-version",
"publish:release": "lerna publish from-package"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
"@babel/plugin-proposal-optional-catch-binding": "^7.0.0",
"@babel/preset-env": "^7.4.2",
"@babel/register": "^7.4.0",
"@types/jest": "^24.0.12",
"@types/node": "^10.12.19",
"babel-eslint": "^8.2.5",
"babel-loader": "^8.0.6",
"babel-plugin-angularjs-annotate": "^0.9.0",
"babel-plugin-istanbul": "^5.1.1",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"html-loader": "^0.5.5",
"jest": "^24.8.0",
"jest-circus": "^24.8.0",
"lerna": "^3.20.2",
"mocha": "^6.1.4",
"npm-watch": "^0.4.0",
"nyc": "^13.3.0",
"rimraf": "^2.6.2",
"start-server-and-test": "^1.9.0",
"ts-jest": "^24.0.2",
"tslint": "^5.14.0",
"typescript": "3.5.1",
"url-loader": "^1.1.2",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2"
},
"dependencies": {
"@uirouter/angularjs": "1.0.3",
"angular": "1.6.6",
"angular-local-storage": "0.2.2",
"angular-messages": "1.6.6",
"angular-mocks": "1.6.6",
"angular-sanitize": "1.6.6",
"body-parser": "^1.18.3",
"brfs": "1.4.1",
"browser-sync": "2.9.11",
"browserify": "11.2.0",
"browserify-shim": "3.8.10",
"camel-case": "^3.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"change-case": "2.3.0",
"cheerio": "^1.0.0-rc.2",
"commander": "^2.13.0",
"cors": "^2.8.5",
"dedent": "^0.7.0",
"escodegen": "^1.11.1",
"esprima": "^4.0.1",
"esquery": "^1.0.1",
"estemplate": "^0.5.1",
"express": "^4.16.4",
"express-http-proxy": "^1.5.1",
"fake-xml-http-request": "^1.6.0",
"fetch-mock": "^5.13.1",
"graceful-fs": "^4.1.15",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-changed": "1.3.0",
"gulp-cssimport": "3.0.2",
"gulp-eslint": "1.0.0",
"gulp-filter": "3.0.1",
"gulp-ng-annotate": "1.1.0",
"gulp-notify": "2.2.0",
"gulp-ruby-sass": "2.0.5",
"gulp-sourcemaps": "1.6.0",
"ineeda": "^0.11.1",
"js-search": "^1.4.2",
"lodash": "3.10.1",
"lodash.debounce": "^4.0.8",
"lodash.defaults": "^4.2.0",
"lodash.template": "^4.4.0",
"mochawesome": "^3.0.3",
"monkeypatch": "^1.0.0",
"ng-sortable": "1.2.2",
"normalize.css": "3.0.3",
"npmlog": "^4.1.2",
"optimist": "^0.6.1",
"param-case": "^2.1.1",
"pascal-case": "^2.0.1",
"pem": "^1.13.1",
"pixelmatch": "^4.0.2",
"pngjs": "^3.3.3",
"porter-stemmer": "^0.9.1",
"protractor": "^5.3.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.3",
"text-diff": "^1.0.1",
"title-case": "^2.1.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^1.1.0",
"xterm": "^2.9.2"
},
"nyc": {
"report-dir": "./reports",
"reporter": [
"text",
"lcov",
"html"
],
"exclude": [
"**/*.spec.js",
"**/dist/**"
],
"cache": true
},
"resolutions": {
"graceful-fs": "4.2.3"
}
}