-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.34 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
{
"name": "datastoredb-gui",
"version": "1.0.1",
"description": "Search for Icons, Images and more",
"main": "main.ts",
"scripts": {
"start": "webpack serve",
"build": "webpack --env production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucsoft/datastoredb-gui.git"
},
"author": "lucsoft",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/lucsoft/datastoredb-gui/issues"
},
"homepage": "https://github.com/lucsoft/datastoredb-gui#readme",
"dependencies": {
"@lucsoft/network-connector": "^0.4.4",
"@lucsoft/webgen": "^1.19.18",
"@webpack-cli/serve": "^1.6.0",
"@zip.js/zip.js": "^2.3.18",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.4.0",
"css-minimizer-webpack-plugin": "^3.1.1",
"dexie": "^3.0.3",
"html-webpack-plugin": "^5.4.0",
"mini-css-extract-plugin": "^2.4.3",
"raw-loader": "^4.0.2",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.2.4",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.59.1",
"webpack-cli": "^4.9.1"
},
"devDependencies": {
"file-loader": "^6.2.0",
"webpack-dev-server": "^4.3.1"
}
}