-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 884 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 884 Bytes
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
{
"name": "document_insight_system",
"version": "1.0.0",
"license": "ISC",
"repository": "https://github.com/moevm/document_insight_system",
"description": "Presentation parsing app",
"scripts": {
"watch": "webpack --watch",
"build": "webpack"
},
"dependencies": {
"core-js": "3.21.1",
"regenerator-runtime": "^0.13.9"
},
"devDependencies": {
"@babel/core": "7.17.9",
"@babel/preset-env": "7.14.8",
"babel-loader": "^8.2.2",
"bootstrap": "4.6.1",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-icons": "1.5.0",
"bootstrap-table": "1.18.3",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "6.2.0",
"file-loader": "6.2.0",
"jquery": "^3.5.1",
"md5": "2.3.0",
"pdfjs-dist": "2.5.207",
"popper.js": "1.16.1",
"style-loader": "3.3.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.7.2"
}
}