-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
54 lines (54 loc) · 1.37 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "tree-viewer",
"version": "1.0.0",
"description": "A tree view demo built in webpack",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jpb12/tree-viewer.git"
},
"keywords": [
"d3",
"graph",
"react",
"react-tree-graph",
"svg",
"tree",
"ui"
],
"author": "James Brierley",
"license": "MIT",
"homepage": "http://jpb12.github.io/tree-viewer/",
"dependencies": {
"clone": "^2.1.2",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.2.0",
"react-tree-graph": "^8.0.3",
"redux": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.26.5",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.4",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.2",
"terser-webpack-plugin": "^5.3.11",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpackbar": "^6.0.1"
},
"scripts": {
"build": "webpack --progress --mode production",
"build-dev": "webpack --progress --mode development",
"eslint": "eslint .",
"preinstall": "npx browserslist@latest --update-db"
}
}