This repository has been archived by the owner on May 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
64 lines (64 loc) · 2.17 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "docker-registry-ui",
"version": "2.0.2",
"description": "A nice web interface for managing your Docker Registry images",
"main": "src/backend/index.js",
"dependencies": {
"ajv": "^6.5.4",
"batchflow": "^0.4.0",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"config": "^2.0.1",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-winston": "^3.0.1",
"html-entities": "^1.2.1",
"json-schema-ref-parser": "^6.0.1",
"lodash": "^4.17.11",
"path": "^0.12.7",
"restler": "^3.4.0",
"signale": "^1.2.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-preset-env": "^1.7.0",
"@hyperapp/html": "git+https://github.com/maxholman/hyperapp-html.git#5bde674d42c87bb8191f8cc11a8a3c7d334e3dfb",
"babel-plugin-transform-react-jsx": "^6.24.1",
"copy-webpack-plugin": "^4.5.4",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"hyperapp": "^1.2.9",
"hyperapp-hash-router": "^0.1.0",
"imports-loader": "^0.8.0",
"jquery": "^3.3.1",
"jquery-serializejson": "^2.8.1",
"mini-css-extract-plugin": "^0.4.4",
"moment": "^2.22.2",
"node-sass": "^4.9.4",
"nodemon": "^1.18.4",
"numeral": "^2.0.6",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"tabler-ui": "git+https://github.com/tabler/tabler.git#a09fd463309f2b395653e3615c98d1e8aca35b31",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8",
"webpack-visualizer-plugin": "^0.1.11"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode development",
"build": "webpack --mode production",
"watch": "webpack-dev-server --mode development"
},
"signale": {
"displayDate": true,
"displayTimestamp": true
},
"author": "",
"license": "MIT"
}