microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
b2b5d016a126b337e01405c6006a069da028e0bf

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

test/smoke/package/package.json

51lines · modecode

1{
2 "name": "vscode-react-native-smoke-test",
3 "version": "0.1.0",
4 "main": "./src/main.js",
5 "scripts": {
6 "postinstall": "tsc",
7 "watch": "tsc --watch",
8 "mocha": "node ./node_modules/tslint/bin/tslint -c tslint.json --project tsconfig.json 'src/**' && tsc && node ./node_modules/mocha/bin/_mocha --reporter mocha-multi-reporters --reporter-options configFile=./mochaReporterConfig.json"
9 },
10 "devDependencies": {
11 "@expo/xdl": "^57.6.2",
12 "@types/clipboardy": "^2.0.1",
13 "@types/gulp-filter": "^3.0.33",
14 "@types/mkdirp": "^0.5.2",
15 "@types/mocha": "^5.2.7",
16 "@types/node": "^10.14.4",
17 "@types/request": "^2.48.1",
18 "@types/rimraf": "2.0.2",
19 "@types/semver": "^6.0.0",
20 "@types/url-parse": "^1.4.3",
21 "@types/vinyl-fs": "^2.4.11",
22 "@types/vinyl-source-stream": "^0.0.30",
23 "@types/webdriverio": "^4.13.0",
24 "clipboardy": "^2.1.0",
25 "gulp-chmod": "^2.0.0",
26 "gulp-filter": "^5.0.1",
27 "gulp-gunzip": "1.0.0",
28 "gulp-remote-src-vscode": "^0.5.1",
29 "gulp-untar": "^0.0.7",
30 "gulp-vinyl-zip": "^2.1.2",
31 "mkdirp": "^0.5.1",
32 "mocha": "^6.1.2",
33 "mocha-junit-reporter": "^1.18.0",
34 "mocha-multi-reporters": "^1.1.7",
35 "portastic": "^1.0.1",
36 "request": "^2.88.0",
37 "rimraf": "^2.6.1",
38 "tree-kill": "^1.2.2",
39 "tslint": "^5.15.0",
40 "typescript": "^3.7.5",
41 "url-parse": "^1.4.3",
42 "vinyl-fs": "^3.0.3",
43 "vinyl-source-stream": "^1.1.0",
44 "webdriverio": "^4.13.0"
45 },
46 "resolutions": {
47 "@expo/xdl/analytics-node/axios": "^0.19.0",
48 "**/serialize-javascript": "^2.1.1",
49 "**/tree-kill": "^1.2.2"
50 }
51}