2018-12-21 22:18:05 +03:00
|
|
|
{
|
2021-09-20 20:29:23 +03:00
|
|
|
"private": true,
|
2018-12-21 22:18:05 +03:00
|
|
|
"name": "react-json-tree-example",
|
2021-03-06 18:38:32 +03:00
|
|
|
"version": "1.1.2",
|
2018-12-21 22:18:05 +03:00
|
|
|
"description": "React-Json-Tree example",
|
2020-08-22 04:57:06 +03:00
|
|
|
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/react-json-tree/examples",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/reduxjs/redux-devtools/issues"
|
2018-12-21 22:18:05 +03:00
|
|
|
},
|
2020-08-22 04:57:06 +03:00
|
|
|
"license": "MIT",
|
2018-12-21 22:18:05 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-08-22 04:57:06 +03:00
|
|
|
"url": "https://github.com/reduxjs/redux-devtools.git"
|
2018-12-21 22:18:05 +03:00
|
|
|
},
|
2020-08-22 04:57:06 +03:00
|
|
|
"scripts": {
|
2021-08-29 19:40:36 +03:00
|
|
|
"start": "webpack serve --open",
|
2020-08-28 01:44:02 +03:00
|
|
|
"lint": "eslint . --ext .ts,.tsx",
|
2021-09-19 02:47:03 +03:00
|
|
|
"type-check": "tsc --noEmit"
|
2018-12-21 22:18:05 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-09-21 00:49:13 +03:00
|
|
|
"immutable": "^4.0.0-rc.15",
|
2021-06-19 04:47:26 +03:00
|
|
|
"react": "^16.14.0",
|
2020-09-07 19:44:15 +03:00
|
|
|
"react-base16-styling": "^0.8.0",
|
2021-06-19 04:47:26 +03:00
|
|
|
"react-dom": "^16.14.0",
|
2021-03-06 18:38:32 +03:00
|
|
|
"react-json-tree": "^0.15.0"
|
2020-08-22 04:57:06 +03:00
|
|
|
},
|
2020-08-23 03:10:47 +03:00
|
|
|
"devDependencies": {
|
2021-09-19 02:47:03 +03:00
|
|
|
"@babel/core": "^7.15.5",
|
|
|
|
"@babel/preset-env": "^7.15.6",
|
|
|
|
"@babel/preset-react": "^7.14.5",
|
|
|
|
"@babel/preset-typescript": "^7.15.0",
|
2021-09-21 00:49:13 +03:00
|
|
|
"@types/node": "^14.17.17",
|
2021-09-20 23:57:03 +03:00
|
|
|
"@types/react": "^16.14.15",
|
2021-09-21 00:49:13 +03:00
|
|
|
"@types/react-dom": "^16.9.14",
|
2021-09-19 02:47:03 +03:00
|
|
|
"@types/webpack": "^5.28.0",
|
|
|
|
"@types/webpack-dev-server": "^4.1.0",
|
2021-09-21 00:49:13 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.31.2",
|
|
|
|
"@typescript-eslint/parser": "^4.31.2",
|
2021-09-19 02:47:03 +03:00
|
|
|
"babel-loader": "^8.2.2",
|
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2021-09-21 00:49:13 +03:00
|
|
|
"eslint-plugin-react": "^7.25.3",
|
2021-09-19 02:47:03 +03:00
|
|
|
"ts-node": "^10.2.1",
|
|
|
|
"typescript": "~4.3.5",
|
2021-09-21 00:49:13 +03:00
|
|
|
"webpack": "^5.53.0",
|
2021-09-19 02:47:03 +03:00
|
|
|
"webpack-cli": "^4.8.0",
|
|
|
|
"webpack-dev-server": "^4.2.1"
|
2021-09-20 20:29:23 +03:00
|
|
|
}
|
2018-12-21 22:18:05 +03:00
|
|
|
}
|