Socket
Socket
Sign inDemoInstall

dva

Package Overview
Dependencies
60
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1-alpha to 0.0.1

lib/index.js

57

package.json
{
"name": "dva",
"version": "0.0.1-alpha"
"version": "0.0.1",
"description": "Front-end framework based on react, redux, react-redux, react-router and redux-saga, inspired by elm and choo.",
"repository": {
"type": "git",
"url": "https://github.com/sorrycc/dva"
},
"homepage": "https://github.com/sorrycc/dva",
"main": "lib/index.js",
"author": "chencheng <sorrycc@gmail.com>",
"license": "MIT",
"scripts": {
"build": "rm -rf lib && babel src --out-dir lib --ignore __tests__",
"lint": "eslint --ext .js src"
},
"dependencies": {
"react-redux": "4.4.x",
"react-router": "^2.4.1",
"react-router-redux": "^4.0.5",
"redux": "^3.5.2",
"redux-actions": "^0.10.0",
"redux-saga": "^0.10.5"
},
"peerDependencies": {
"react": "^15.1.0",
"react-dom": "^15.1.0"
},
"devDependencies": {
"babel-cli": "6.6.x",
"babel-eslint": "^6.0.4",
"babel-plugin-add-module-exports": "~0.1.2",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "~6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "~6.5.0",
"babel-runtime": "^6.9.2",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^6.2.0"
},
"babel": {
"presets": [
"es2015",
"react",
"stage-0"
],
"plugins": [
"add-module-exports",
"transform-runtime"
]
},
"pre-commit": [
"lint"
],
"files": [
"lib",
"src"
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc