-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.25 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.25 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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "docserve",
"version": "0.1.0",
"scripts": {
"start": "node ./bin/www",
"compile": "tsc -p .",
"docparse": "node lib/bin/docparse.js ../docutils-code/docutils/docs"
},
"dependencies": {
"@babel/core": "^7.3.4",
"@babel/polyfill": "^7.2.5",
"@emotion/core": "^10.0.9",
"@emotion/styled": "^10.0.9",
"@progress/kendo-theme-default": "^3.7.0",
"@types/body-parser": "^1.17.0",
"@types/compression": "^0.0.36",
"@types/cookie-parser": "^1.4.1",
"@types/draft-js": "^0.10.32",
"@types/express": "^4.17.0",
"@types/express-fileupload": "^1.1.0",
"@types/express-winston": "^3.0.3",
"@types/http-errors": "^1.6.1",
"@types/jest": "^24.0.15",
"@types/morgan": "^1.7.35",
"@types/node": "^12.0.8",
"@types/rc-tree": "^1.11.3",
"@types/react": "^16.8.20",
"@types/react-dom": "^16.8.4",
"@types/react-json-tree": "^0.6.11",
"@types/react-router-dom": "^4.3.4",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"arangojs": "^6.10.0",
"ast-types": "^0.13.2",
"axios": "^0.19.0",
"body-parser": "^1.18.3",
"camelcase": "^5.3.1",
"compression": "^1.7.3",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"docutils-react": "^0.2.5",
"draft-js": "^0.10.5",
"ejs": "^2.6.1",
"exorcist": "^1.0.1",
"express": "~4.16.0",
"express-fileupload": "^1.1.4",
"express-promise-router": "^3.0.3",
"express-winston": "^3.2.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-ts": "^6.0.0-beta.22",
"http-errors": "~1.6.2",
"jade": "~1.11.0",
"livereload-js": "^2.4.0",
"mongodb": "^3.2.7",
"morgan": "~1.9.0",
"mysql": "^2.17.1",
"node-fetch": "^2.3.0",
"pg": "^7.11.0",
"pg-hstore": "^2.3.3",
"prop-types": "^15.7.2",
"rc-tree": "^2.1.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-json-tree": "^0.11.2",
"react-metismenu": "^1.4.0",
"react-modal": "^3.8.1",
"react-router-dom": "^5.0.1",
"react-rte": "^0.16.1",
"react-star-rating": "^1.4.2",
"recast": "^0.18.1",
"reflect-metadata": "^0.1.13",
"rollup": "^1.10.1",
"sass": "^1.21.0",
"sax": "^1.2.4",
"serve-static": "^1.13.2",
"sqlite3": "^4.0.9",
"ts-jest": "^24.0.2",
"ts-node": "^8.3.0",
"typeorm": "^0.2.18",
"typescript": "^3.5.2",
"uglifyify": "^5.0.1",
"winston": "^3.2.1",
"winston-postgres": "^0.0.4"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-regenerator": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"@typescript-eslint/parser": "^1.11.0",
"beefy": "^2.1.8",
"browserify": "^16.2.3",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"grunt": "^1.0.3",
"grunt-babel": "^8.0.0",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-uglify": "^4.0.0",
"grunt-sass": "^3.0.2",
"jest": "^24.7.1",
"jest-cli": "^24.7.1",
"node-sass": "^4.12.0",
"supertest": "^4.0.2",
"uglify-js": "^3.6.0"
}
}