-
Notifications
You must be signed in to change notification settings - Fork 108
/
package.json
76 lines (76 loc) · 2.17 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "json-rule-editor",
"version": "1.0.0",
"description": "json-rule-editor",
"homepage": "https://github.com/vinzdeveloper/json-rule-editor",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --hot",
"lint": "eslint 'src/**/*.js' -f table --max-warnings 0",
"build": "webpack --mode=production"
},
"author": "vinzdeveloper@gmail.com",
"license": "ISC",
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"repository": {
"type": "git",
"url": "https://github.com/vinzdeveloper/json-rule-editor.git"
},
"engines": {
"node": ">=10.15.3",
"npm": ">=6.4.1"
},
"dependencies": {
"@babel/core": "7.20.2",
"@babel/plugin-transform-runtime": "7.19.6",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@babel/runtime": "7.20.1",
"@fortawesome/fontawesome-svg-core": "6.2.1",
"@fortawesome/free-solid-svg-icons": "6.2.1",
"@fortawesome/react-fontawesome": "0.2.0",
"babel": "6.23.0",
"babel-loader": "9.1.0",
"babel-plugin-transform-class-properties": "6.24.1",
"css-loader": "3.4.2",
"file-loader": "6.2.0",
"font-awesome": "4.7.0",
"history": "4.10.1",
"html-webpack-plugin": "5.5.0",
"json-rules-engine": "6.1.2",
"lodash": "4.17.21",
"mini-css-extract-plugin": "2.6.1",
"node-sass": "8.0.0",
"postcss-loader": "3.0.0",
"react": "16.12.0",
"react-bootstrap-sweetalert": "5.1.9",
"react-d3-tree": "1.16.1",
"react-dom": "16.12.0",
"react-notifications": "1.6.0",
"react-redux": "7.1.3",
"react-router-dom": "5.1.2",
"react-spinners": "0.8.1",
"redux": "4.0.5",
"redux-thunk": "2.3.0",
"sass-loader": "13.2.0",
"selectn": "1.1.2",
"style-loader": "1.1.2",
"url-loader": "4.1.0",
"webpack": "5.75.0",
"webpack-cli": "4.10.0"
},
"devDependencies": {
"@hot-loader/react-dom": "16.13.0",
"@babel/eslint-parser": "7.19.1",
"eslint": "8.27.0",
"eslint-plugin-react": "7.31.10",
"husky": "8.0.2",
"react-hot-loader": "4.12.20",
"redux-devtools-extension": "2.13.8",
"webpack-dev-server": "4.11.1"
}
}