updux/package.json

29 lines
649 B
JSON
Raw Normal View History

2019-10-17 15:15:10 +00:00
{
2019-10-22 14:45:45 +00:00
"dependencies" : {
"lodash" : "^4.17.15",
"redux" : "^4.0.4"
},
"devDependencies" : {
"@babel/core" : "^7.6.4",
"@babel/preset-env" : "^7.6.3",
"@types/jest" : "^24.0.19",
"@types/lodash" : "^4.14.144",
"babel-jest" : "^24.9.0",
"jest" : "^24.9.0",
"ts-jest" : "^24.1.0",
"tsd" : "^0.9.0",
"typedoc" : "^0.15.0",
"typescript" : "^3.6.4",
"updeep" : "^1.2.0"
},
"license" : "MIT",
"main" : "dist/index.js",
"name" : "updux",
"scripts" : {
"build" : "tsc",
"test": "jest"
},
"types" : "dist/index.d.ts",
"version" : "0.0.1"
2019-10-17 15:15:10 +00:00
}