microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
7b48f26eb8caae7ed9cc1a09249195dfed76fa76

Branches

Tags

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

Clone

HTTPS

Download ZIP

test/smoke/package.json

40lines · modecode

1{
2 "name": "vscode-react-native-smoke-test",
3 "version": "0.1.0",
4 "main": "./suites/main.js",
5 "scripts": {
6 "watch": "tsc --watch",
7 "test": "tsc && node ./node_modules/mocha/bin/_mocha --config ./.mocharc.js --reporter mocha-multi-reporters"
8 },
9 "devDependencies": {
10 "@types/adm-zip": "^0.5.8",
11 "@types/mkdirp": "^2.0.0",
12 "@types/mocha": "10.0.10",
13 "@types/node": "^24.3.0",
14 "@types/node-fetch": "2.x",
15 "@types/rimraf": "4.0.5",
16 "@types/semver": "^7.7.1",
17 "@types/shell-quote": "^1.7.5",
18 "@types/url-parse": "^1.4.11",
19 "adm-zip": "^0.5.17",
20 "ansi-styles": "^6.2.1",
21 "js-yaml": "4.1.1",
22 "minimatch": "^10.2.4",
23 "mkdirp": "^3.0.1",
24 "mocha": "11.7.2",
25 "mocha-junit-reporter": "2.2.1",
26 "mocha-multi-reporters": "1.5.1",
27 "node-fetch": "3.3.2",
28 "playwright": "^1.55.1",
29 "rimraf": "^6.0.1",
30 "shell-quote": "^1.8.3",
31 "tar": "7.5.11",
32 "tree-kill": "^1.2.2",
33 "ts-node": "10.9.2",
34 "typescript": "5.9.2",
35 "url-parse": "^1.5.10"
36 },
37 "overrides": {
38 "serialize-javascript": "7.0.5"
39 }
40}
41