microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
e50dadc05b664d9b6f5bac64bbc5739db07304cf

Branches

Tags

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

Clone

HTTPS

Download ZIP

test/resources/sampleReactNative022Project/package.json

13lines · modeblame

709d21f2digeff10 years ago1{
36d7ef96digeff10 years ago2"name": "sampleReactNative022Project",
709d21f2digeff10 years ago3"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",
7fa90b3bRedMickey6 years ago10"react-native": "^0.22.2",
11"react-native-windows": "~0.60.0-vnext.68"
709d21f2digeff10 years ago12}
13}