-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.08 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
42
43
44
45
{
"name": "gryphon",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"prepare": "patch-package"
},
"dependencies": {
"babel-preset-react": "^6.1.18",
"babelify": "^7.2.0",
"body-parser": "~1.13.2",
"bootstrap": "^3.4.1",
"bootstrap-select": "^1.13.5",
"bpmn-js": "~0.25",
"bpmn-js-properties-panel": "~0.19",
"browserify": "^12.0.2",
"cookie-parser": "^1.4.4",
"datatables": "^1.10.18",
"debug": "^4.1.1",
"diagram-js": "^0.22.4",
"eve": "^0.5.4",
"express": "^4.16.4",
"grunt": "^1.0.3",
"grunt-browserify": "^5.3.0",
"grunt-contrib-copy": "^1.0.0",
"history": "^1.17.0",
"hjs": "~0.0.6",
"inherits": "~2.0.3",
"jquery": "^3.3.1",
"lodash": "^4.17.15",
"mongoose": "^5.4.16",
"morgan": "^1.9.1",
"node-rest-client": "^3.1.0",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"react-router": "^1.0.1",
"serve-favicon": "~2.3.0",
"swagger-ui": "^3.23.11",
"xml2json": "^0.11.2"
},
"devDependencies": {
"patch-package": "^5.1.2"
}
}