-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (58 loc) · 1.6 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
{
"name": "vw-dashboard",
"version": "7.0.2",
"title": "ViraWeb Dashboard",
"description": "A modern dashboard",
"author": "Mostafa Barmshory",
"license": "MIT",
"homepage": "https://github.com/viraweb123/vw-dashboard",
"bugs": {
"url": "https://github.com/viraweb123/vw-dashboard/issues"
},
"scripts": {
"build": "webpack --config webpack.prod.js",
"serve": "webpack serve --history-api-fallback --inline --progress --config webpack.dev.js",
"test": "karma start",
"test-watch": "karma start --auto-watch --no-single-run"
},
"devDependencies": {
"@babel/core": "7.2.0",
"@babel/preset-env": "7.2.0",
"@babel/plugin-transform-modules-commonjs": "7.2.0",
"babel-plugin-angularjs-annotate": "^0.10",
"autoprefixer": "^10.2.4",
"postcss": "^8.2.6",
"postcss-preset-env": "^6.7",
"webpack": "^5.24.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3",
"babel-loader": "^8.2.2",
"raw-loader": "^4.0",
"style-loader": "^2.0",
"css-loader": "^5.0",
"postcss-loader": "^5.0",
"expose-loader": "^2.0",
"html-loader": "^2.1",
"file-loader": "^6.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"html-webpack-plugin": "^5.2.0",
"mini-css-extract-plugin": "^1.3.8",
"zip-webpack-plugin": "^4.0",
"generate-json-webpack-plugin": "^2.0.0"
},
"dependencies": {
"mblowfish": "file:/home/maso/git/mblowfish/mblowfish-core"
},
"peerDependencies": {},
"peerDependenciesMeta": {},
"optionalDependencies":{},
"bundledDependencies": [],
"flat": false,
"resolutions" :{},
"engines": {
"node": ">=0.10.0"
},
"private": false,
"publishConfig": {}
}