archive
/
zxcvbn-app
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
zxcvbn-app/package.json

24 lines
532 B
JSON

{
"name": "zxcvbn-app",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"link": "rnpm link"
},
"dependencies": {
"immutable": "=3.8.1",
"react": "=15.3.1",
"react-native": "=0.33.0",
"react-native-progress-bar": "=0.1.2",
"react-native-vector-icons": "=2.1.0",
"underscore": "=1.8.3",
"zxcvbn": "=4.3.0"
},
"devDependencies": {
"tslint": "=3.15.1",
"typescript": "=1.8.10",
"typings": "=1.3.3"
}
}