mirror of
https://github.com/zhigang1992/react-native-vector-icons.git
synced 2026-06-17 05:29:26 +08:00
19 lines
419 B
JSON
19 lines
419 B
JSON
{
|
|
"name": "IconExplorer",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.0.0",
|
|
"react": "16.0.0-alpha.6",
|
|
"react-native": "0.43.0",
|
|
"react-native-vector-icons": "file:../../",
|
|
"react-native-windows": "^0.35.0"
|
|
},
|
|
"devDependencies": {
|
|
"rnpm-plugin-windows": "^0.2.0"
|
|
}
|
|
}
|