🗒 sort-package-json.
This commit is contained in:
parent
d36ad2d351
commit
d6c4687a5c
|
@ -1,27 +1,27 @@
|
|||
{
|
||||
"name": "react-native-fast-image-example",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node node_modules/react-native/local-cli/cli.js start",
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "16.0.0-alpha.6",
|
||||
"react-native": "0.43.3",
|
||||
"react-native-fast-image": "../",
|
||||
"react-native-vector-icons": "^4.0.1",
|
||||
"react-navigation": "git+https://github.com/react-community/react-navigation.git",
|
||||
"react-timeout": "^1.0.0",
|
||||
"uuid": "^3.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-jest": "19.0.0",
|
||||
"babel-preset-react-native": "1.9.1",
|
||||
"jest": "19.0.2",
|
||||
"react-test-renderer": "16.0.0-alpha.6"
|
||||
},
|
||||
"jest": {
|
||||
"preset": "react-native"
|
||||
}
|
||||
"name": "react-native-fast-image-example",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"start": "node node_modules/react-native/local-cli/cli.js start",
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "16.0.0-alpha.6",
|
||||
"react-native": "0.43.3",
|
||||
"react-native-fast-image": "../",
|
||||
"react-native-vector-icons": "^4.0.1",
|
||||
"react-navigation": "git+https://github.com/react-community/react-navigation.git",
|
||||
"react-timeout": "^1.0.0",
|
||||
"uuid": "^3.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-jest": "19.0.0",
|
||||
"babel-preset-react-native": "1.9.1",
|
||||
"jest": "19.0.2",
|
||||
"react-test-renderer": "16.0.0-alpha.6"
|
||||
},
|
||||
"private": true,
|
||||
"jest": {
|
||||
"preset": "react-native"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "image-server",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "nodemon ./index"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue