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",
|
2022-01-10 22:08:33 +03:00
|
|
|
"version": "1.1.5",
|
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": {
|
2022-01-23 00:51:27 +03:00
|
|
|
"start": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack serve --open",
|
|
|
|
"build": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" 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",
|
2022-01-10 22:08:33 +03:00
|
|
|
"react-base16-styling": "^0.9.0",
|
2021-10-22 19:11:42 +03:00
|
|
|
"react-dom": "^17.0.2",
|
2022-01-10 22:08:33 +03:00
|
|
|
"react-json-tree": "^0.16.0"
|
2020-08-22 04:57:06 +03:00
|
|
|
},
|
2020-08-23 03:10:47 +03:00
|
|
|
"devDependencies": {
|
2022-01-23 02:00:06 +03:00
|
|
|
"@babel/core": "^7.16.12",
|
|
|
|
"@babel/preset-env": "^7.16.11",
|
2022-01-03 08:10:29 +03:00
|
|
|
"@babel/preset-react": "^7.16.7",
|
|
|
|
"@babel/preset-typescript": "^7.16.7",
|
2022-01-23 02:00:06 +03:00
|
|
|
"@types/node": "^16.11.21",
|
2021-12-27 05:12:31 +03:00
|
|
|
"@types/react": "^17.0.38",
|
2021-11-08 05:33:44 +03:00
|
|
|
"@types/react-dom": "^17.0.11",
|
2022-01-23 02:00:06 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.10.0",
|
|
|
|
"@typescript-eslint/parser": "^5.10.0",
|
2021-10-21 07:26:47 +03:00
|
|
|
"babel-loader": "^8.2.3",
|
2022-01-23 00:51:27 +03:00
|
|
|
"cross-env": "^7.0.3",
|
2022-01-23 02:00:06 +03:00
|
|
|
"eslint": "^8.7.0",
|
2021-09-19 02:47:03 +03:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2021-12-27 05:12:31 +03:00
|
|
|
"eslint-plugin-react": "^7.28.0",
|
2021-11-10 17:32:42 +03:00
|
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
2021-12-04 22:04:59 +03:00
|
|
|
"fork-ts-checker-webpack-plugin": "^6.5.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",
|
2022-01-23 02:00:06 +03:00
|
|
|
"typescript": "~4.5.5",
|
|
|
|
"webpack": "^5.67.0",
|
2021-10-21 07:26:47 +03:00
|
|
|
"webpack-cli": "^4.9.1",
|
2022-01-23 02:00:06 +03:00
|
|
|
"webpack-dev-server": "^4.7.3"
|
2021-09-20 20:29:23 +03:00
|
|
|
}
|
2018-12-21 22:18:05 +03:00
|
|
|
}
|