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-05-30 20:22:06 +03:00
|
|
|
"version": "1.1.7",
|
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": {
|
2022-05-30 03:52:15 +03:00
|
|
|
"immutable": "^4.1.0",
|
2022-06-20 04:12:23 +03:00
|
|
|
"react": "^18.2.0",
|
2022-01-25 03:26:20 +03:00
|
|
|
"react-base16-styling": "^0.9.1",
|
2022-06-20 04:12:23 +03:00
|
|
|
"react-dom": "^18.2.0",
|
2022-05-30 20:22:06 +03:00
|
|
|
"react-json-tree": "^0.17.0"
|
2020-08-22 04:57:06 +03:00
|
|
|
},
|
2020-08-23 03:10:47 +03:00
|
|
|
"devDependencies": {
|
2022-12-22 00:13:25 +03:00
|
|
|
"@babel/core": "^7.20.5",
|
2022-11-15 17:22:58 +03:00
|
|
|
"@babel/preset-env": "^7.20.2",
|
2022-08-12 06:41:53 +03:00
|
|
|
"@babel/preset-react": "^7.18.6",
|
|
|
|
"@babel/preset-typescript": "^7.18.6",
|
2022-12-22 00:13:25 +03:00
|
|
|
"@types/node": "^18.11.17",
|
|
|
|
"@types/react": "^18.0.26",
|
2022-11-15 17:22:58 +03:00
|
|
|
"@types/react-dom": "^18.0.9",
|
2022-12-22 00:13:25 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.47.0",
|
|
|
|
"@typescript-eslint/parser": "^5.47.0",
|
2022-11-15 17:22:58 +03:00
|
|
|
"babel-loader": "^9.1.0",
|
2022-01-23 00:51:27 +03:00
|
|
|
"cross-env": "^7.0.3",
|
2022-12-22 00:13:25 +03:00
|
|
|
"eslint": "^8.30.0",
|
2022-04-04 06:59:41 +03:00
|
|
|
"eslint-config-prettier": "^8.5.0",
|
2022-11-27 18:44:17 +03:00
|
|
|
"eslint-plugin-react": "^7.31.11",
|
2022-06-20 04:12:23 +03:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2022-12-22 00:13:25 +03:00
|
|
|
"fork-ts-checker-webpack-plugin": "^7.2.14",
|
2021-11-01 16:59:32 +03:00
|
|
|
"html-webpack-plugin": "^5.5.0",
|
2022-08-12 06:41:53 +03:00
|
|
|
"ts-node": "^10.9.1",
|
2022-12-22 00:13:25 +03:00
|
|
|
"typescript": "~4.9.4",
|
2022-11-15 17:22:58 +03:00
|
|
|
"webpack": "^5.75.0",
|
2022-12-22 00:13:25 +03:00
|
|
|
"webpack-cli": "^5.0.1",
|
2022-10-10 02:36:16 +03:00
|
|
|
"webpack-dev-server": "^4.11.1"
|
2021-09-20 20:29:23 +03:00
|
|
|
}
|
2018-12-21 22:18:05 +03:00
|
|
|
}
|