-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
54 lines (54 loc) · 1.48 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
{
"name": "flask-redisboard",
"version": "0.1.6",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --progress --colors --watch --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hjlarry/flask-redisboard.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hjlarry/flask-redisboard/issues"
},
"homepage": "https://github.com/hjlarry/flask-redisboard#readme",
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/preset-env": "^7.1.5",
"@fortawesome/fontawesome-free": "^5.9.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^1.0.1",
"file-loader": "^3.0.1",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.10.0",
"pkg-dir": "^3.0.0",
"resolve-cwd": "^2.0.0",
"resolve-from": "^4.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"bootstrap": "^4.3.1",
"chart": "^0.1.2",
"chart.js": "^2.8.0",
"datatables.net-bs4": "^1.10.19",
"izitoast": "^1.4.0",
"jquery": "^3.3.1",
"jquery.nicescroll": "^3.7.6",
"js.cookie": "0.0.4",
"popper.js": "^1.15.0",
"selectric": "^1.13.0",
"x-editable-bs4": "^1.5.4"
}
}