mirror of
https://github.com/zhigang1992/redux.git
synced 2026-06-14 01:55:41 +08:00
27 lines
601 B
JSON
27 lines
601 B
JSON
{
|
|
"name": "tree-view",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"deep-freeze": "0.0.1",
|
|
"enzyme": "^2.4.1",
|
|
"react-addons-test-utils": "^15.3.0",
|
|
"react-scripts": "0.3.0-alpha"
|
|
},
|
|
"dependencies": {
|
|
"react": "^15.3.0",
|
|
"react-dom": "^15.3.0",
|
|
"react-redux": "^4.4.5",
|
|
"redux": "^3.5.2"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"eject": "react-scripts eject",
|
|
"test": "react-scripts test"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "./node_modules/react-scripts/config/eslint.js"
|
|
}
|
|
}
|