forked from microsoft/accessibility-insights-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
156 lines (156 loc) · 7.01 KB
/
package.json
File metadata and controls
156 lines (156 loc) · 7.01 KB
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
{
"name": "accessibility-insights-web",
"version": "1.0.0",
"description": "Accessibility Insights for Web",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/accessibility-insights-web"
},
"engines": {
"node": ">=12.13.0",
"yarn": "^1.17.3"
},
"scripts": {
"ada-cat": "grunt ada-cat",
"assessment": "npm-run-all --serial scss:clean fastpass build:all test test:e2e test:unified",
"build": "grunt",
"build:all": "grunt build-all",
"build:dev": "grunt build-dev",
"build:unified": "grunt build-unified",
"build:unified:all": "grunt build-unified-all",
"build:package:report": "grunt build-package-report",
"build:package:ui": "grunt build-package-ui",
"build:prod": "grunt build-prod",
"copyright:check": "license-check-and-add check -f copyright-header.config.json",
"copyright:fix": "license-check-and-add add -f copyright-header.config.json",
"download:electron-mirror": "node ./pipeline/scripts/download-electron-mirror.js",
"fastpass": "npm-run-all --print-label scss:clean --parallel copyright:check lint:check format:check && grunt ada-cat",
"fastpass:fix": "npm-run-all --print-label --serial scss:clean copyright:fix lint:fix format:fix",
"format:check": "prettier --config prettier.config.js --check \"**/*\"",
"format:fix": "prettier --config prettier.config.js --write \"**/*\"",
"lint:check": "tslint -c ./tslint.json -p ./tsconfig.json",
"lint:fix": "tslint --fix -c ./tslint.json -p ./tsconfig.json",
"scss:build": "tsm \"src/**/*.scss\"",
"scss:clean": "grunt clean:scss",
"serve:mock-axe-android": "http-server -p 9051 -e json ./src/tests/miscellaneous/mock-axe-android",
"start:unified": "electron drop/electron/unified-dev/product/bundle/main.bundle.js",
"start:unified:dev": "cross-env DEV_MODE=true electron drop/electron/unified-dev/product/bundle/main.bundle.js",
"test": "cross-env --max-old-space-size=16384 jest --projects src/tests/unit",
"publish-code-coverage": "npx codecov",
"test:e2e": "cross-env --max-old-space-size=16384 jest --projects src/tests/end-to-end --runInBand",
"test:e2e:docker:build": "docker build -t accessibility-insights-web-e2e .",
"test:e2e:docker:run": "docker run -t accessibility-insights-web-e2e",
"test:e2e:docker": "npm-run-all --serial test:e2e:docker:build \"test:e2e:docker:run {@}\" --",
"test:unified": "cross-env --max-old-space-size=16384 jest --projects src/tests/electron --runInBand",
"watch": "npm-run-all --parallel --race --print-label watch:scss watch:grunt watch:test watch:webpack-dev-browser watch:webpack-unified",
"watch:build:all": "npm-run-all --parallel --race --print-label watch:scss watch:grunt watch:webpack-dev-browser watch:webpack-unified",
"watch:build:web": "npm-run-all --parallel --race --print-label watch:scss watch:grunt watch:webpack-dev-browser",
"watch:build:unified": "npm-run-all --parallel --race --print-label watch:scss watch:grunt watch:webpack-unified",
"watch:scss": "tsm src/**/*.scss --watch",
"watch:grunt": "grunt watch",
"watch:test": "jest --watch --projects src/tests/unit --coverage false --colors",
"watch:webpack-dev-browser": "webpack --watch --config-name dev --colors --progress",
"watch:webpack-unified": "webpack --watch --config-name unified --colors --progress",
"with:mock-axe-android": "npm-run-all --race --parallel serve:mock-axe-android"
},
"devDependencies": {
"@types/applicationinsights-js": "^1.0.7",
"@types/chrome": "0.0.97",
"@types/enzyme": "^3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^25.1.3",
"@types/jsdom": "^16.1.0",
"@types/lodash": "^4.14.149",
"@types/make-dir": "^2.1.0",
"@types/moment": "^2.13.0",
"@types/puppeteer": "^2.0.1",
"@types/q": "^1.5.2",
"@types/react": "^16.9.23",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "^16.9.5",
"@types/react-helmet": "^5.0.15",
"@types/react-router-dom": "^5.1.3",
"@types/serve-static": "^1.13.3",
"@types/ua-parser-js": "^0.7.33",
"@types/uuid": "^7.0.0",
"app-builder-lib": "^22.3.5",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"codecov": "^3.6.5",
"core-js-bundle": "^3.6.4",
"cross-env": "^7.0.0",
"css-loader": "^3.4.2",
"electron": "7.0.1",
"electron-builder": "^22.3.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"express": "^4.16.4",
"fake-indexeddb": "^3.0.0",
"fork-ts-checker-webpack-plugin": "^4.0.5",
"grunt": "^1.0.4",
"grunt-bom-removal": "1.0.1",
"grunt-cli": "^1.3.1",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^3.0.0",
"grunt-sass": "^3.1.0",
"http-server": "^0.12.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.1.0",
"jest-circus": "^25.1.0",
"jest-junit": "^10.0.0",
"js-yaml": "^3.13.1",
"license-check-and-add": "^3.0.4",
"make-dir": "^3.0.2",
"mini-css-extract-plugin": "0.9.0",
"node-sass": "^4.13.1",
"npm-run-all": "^4.1.5",
"preprocess": "^3.1.0",
"prettier": "^1.19.1",
"puppeteer": "^2.1.1",
"regenerator-runtime": "^0.13.3",
"sass-loader": "^8.0.2",
"script-loader": "0.7.2",
"serve-static": "^1.13.2",
"source-map-loader": "^0.2.4",
"spectron": "9.0.0",
"terser-webpack-plugin": "^2.3.5",
"ts-jest": "^25.2.1",
"ts-loader": "^6.2.1",
"tslint": "^5.20.1",
"tslint-microsoft-contrib": "6.2.0",
"typed-scss-modules": "^1.2.0",
"typemoq": "^2.1.0",
"typescript": "^3.8.2",
"webdriverio": "^4.13.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"7zip-bin": "^5.0.3",
"applicationinsights-js": "^1.0.21",
"axe-core": "3.3.2",
"axios": "^0.19.2",
"classnames": "^2.2.6",
"electron-download": "^4.1.1",
"electron-log": "^4.0.7",
"electron-updater": "^4.2.2",
"idb-keyval": "^3.2.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"office-ui-fabric-react": "7.97.0",
"q": "1.5.1",
"react": "^16.13.0",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.0",
"react-helmet": "^5.2.0",
"react-router-dom": "^5.1.2",
"ua-parser-js": "^0.7.21",
"unzipper": "^0.10.9",
"uuid": "^7.0.1",
"webextension-polyfill-ts": "^0.12.0"
}
}