microsoft/vscode-react-native

Public

mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
4b124a08cf4726fc4b6b1f843dcd24e31f33db5e

Branches

Tags

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

Clone

HTTPS

Download ZIP

src/test/resources/sampleReactNative022Project/package.json

12lines · modecode

1{
2 "name": "sampleReactNative022Project",
3 "version": "0.0.1",
4 "private": true,
5 "scripts": {
6 "start": "node node_modules/react-native/local-cli/cli.js start"
7 },
8 "dependencies": {
9 "react": "^0.14.7",
10 "react-native": "^0.22.2"
11 }
12}
13