mirror of
https://github.com/zhigang1992/react-native-vector-icons.git
synced 2026-01-12 22:51:07 +08:00
22 lines
527 B
JSON
Executable File
22 lines
527 B
JSON
Executable File
{
|
|
"name": "react-native-vector-icons-directory",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"homepage": "https://oblador.github.io/react-native-vector-icons",
|
|
"devDependencies": {
|
|
"gh-pages": "^0.12.0",
|
|
"react-scripts": "^0.8.4"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.14.0",
|
|
"react": "^15.3.2",
|
|
"react-dom": "^15.3.2"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"eject": "react-scripts eject",
|
|
"deploy": "npm run build && gh-pages -d build"
|
|
}
|
|
}
|