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-11-06 20:44:49 +03:00
|
|
|
"version": "1.1.3",
|
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",
|
2021-09-22 06:24:10 +03:00
|
|
|
"build": "webpack",
|
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-10-11 07:16:48 +03:00
|
|
|
"immutable": "^4.0.0",
|
2021-10-22 19:11:42 +03:00
|
|
|
"react": "^17.0.2",
|
2021-11-06 20:44:49 +03:00
|
|
|
"react-base16-styling": "^0.8.1",
|
2021-10-22 19:11:42 +03:00
|
|
|
"react-dom": "^17.0.2",
|
2021-11-06 20:44:49 +03:00
|
|
|
"react-json-tree": "^0.15.1"
|
2020-08-22 04:57:06 +03:00
|
|
|
},
|
2020-08-23 03:10:47 +03:00
|
|
|
"devDependencies": {
|
2021-11-01 16:59:32 +03:00
|
|
|
"@babel/core": "^7.16.0",
|
2021-11-22 07:02:21 +03:00
|
|
|
"@babel/preset-env": "^7.16.4",
|
2021-11-01 16:59:32 +03:00
|
|
|
"@babel/preset-react": "^7.16.0",
|
|
|
|
"@babel/preset-typescript": "^7.16.0",
|
2021-11-22 07:02:21 +03:00
|
|
|
"@types/node": "^16.11.9",
|
|
|
|
"@types/react": "^17.0.36",
|
2021-11-08 05:33:44 +03:00
|
|
|
"@types/react-dom": "^17.0.11",
|
2021-09-19 02:47:03 +03:00
|
|
|
"@types/webpack": "^5.28.0",
|
2021-11-22 07:02:21 +03:00
|
|
|
"@types/webpack-dev-server": "^4.5.0",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
|
|
"@typescript-eslint/parser": "^5.4.0",
|
2021-10-21 07:26:47 +03:00
|
|
|
"babel-loader": "^8.2.3",
|
2021-11-22 07:02:21 +03:00
|
|
|
"eslint": "^8.3.0",
|
2021-09-19 02:47:03 +03:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2021-11-22 07:02:21 +03:00
|
|
|
"eslint-plugin-react": "^7.27.1",
|
2021-11-10 17:32:42 +03:00
|
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
2021-10-21 07:26:47 +03:00
|
|
|
"fork-ts-checker-webpack-plugin": "^6.4.0",
|
2021-11-01 16:59:32 +03:00
|
|
|
"html-webpack-plugin": "^5.5.0",
|
2021-10-25 03:42:08 +03:00
|
|
|
"ts-node": "^10.4.0",
|
2021-10-21 07:26:47 +03:00
|
|
|
"typescript": "~4.4.4",
|
2021-11-22 07:02:21 +03:00
|
|
|
"webpack": "^5.64.2",
|
2021-10-21 07:26:47 +03:00
|
|
|
"webpack-cli": "^4.9.1",
|
2021-11-15 05:14:56 +03:00
|
|
|
"webpack-dev-server": "^4.5.0"
|
2021-09-20 20:29:23 +03:00
|
|
|
}
|
2018-12-21 22:18:05 +03:00
|
|
|
}
|