-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.52 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
{
"name": "camunda-demo-reactjs",
"version": "1.0.0",
"description": "This project contains a simple UI written in ReactJs that can be used to demonstrate how to start a Camunda Process Instance and how to view User Tasks.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --config ./webpack.config.js --mode development",
"watch": "webpack --watch",
"live": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/camunda-consulting/camunda-demo-ui.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/camunda-consulting/camunda-demo-ui/issues"
},
"homepage": "https://github.com/camunda-consulting/camunda-demo-ui#readme",
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"foundation-sites": "^6.7.5",
"nodemon": "^2.0.19",
"process": "^0.11.10",
"react-foundation": "^0.9.2",
"script-loader": "^0.7.2",
"style-loader": "^3.3.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.0"
},
"dependencies": {
"@bpmn-io/form-js-viewer": "^0.8.0-alpha.1",
"bulma": "^0.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"rest": "^2.0.0",
"rxjs": "^7.5.6"
}
}