microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
test/resources/sampleReactNative022Project/package.json
12lines · modeblame
709d21f2digeff10 years ago | 1 | { |
36d7ef96digeff10 years ago | 2 | "name": "sampleReactNative022Project", |
709d21f2digeff10 years ago | 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 | } |