-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.11 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.11 KB
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
{
"name": "ui-editor",
"version": "1.1.0",
"description": "GUI based UI component builder",
"main": "index.js",
"repository": "https://github.com/imvetri/ui-editor.git",
"author": "Vetrivel <svetrivel.91@gmail.com>",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --mode development --open",
"build": "webpack --config webpack.config.build.js",
"build-dev": "webpack"
},
"dependencies": {
"canny-edge-detector": "^1.0.0",
"codemirror": "^5.52.0",
"image-js": "^0.33.0",
"react": "^18.2.0",
"react-codemirror2": "^6.0.0",
"react-dom": "^18.2.0",
"react-inspector": "^2.3.1",
"reactflow": "^11.5.3",
"react-scripts": "5.0.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^2.0.2",
"html-webpack-plugin": "^3.2.0",
"serialize-javascript": ">=2.1.1",
"style-loader": "^0.23.1",
"webpack": "^4.28.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14"
},
"resolutions": {
"acorn": "8.0.1"
}
}