-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
42 lines (42 loc) · 1.26 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
{
"name": "fluent-smtp",
"version": "1.0.0",
"description": "---",
"main": ".eslintrc.js",
"scripts": {
"start": "webpack --mode=development --node-env=development --progress --watch",
"prod": "webpack --mode=production --node-env=production --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WPManageNinja/fluent-smtp.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/WPManageNinja/fluent-smtp/issues"
},
"homepage": "https://github.com/WPManageNinja/fluent-smtp#readme",
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@wordpress/hooks": "^3.2.0",
"babel-plugin-import": "^1.13.3",
"laravel-mix": "^6.0.25",
"resolve-url-loader": "^4.0.0",
"sass": "^1.36.0",
"sass-loader": "^12.1.0",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"chart.js": "^3.4.1",
"css-loader": "^5.2.7",
"dayjs": "^1.10.6",
"element-ui": "^2.15.3",
"lodash": "^4.17.21",
"vue": "^2.6.14",
"vue-chartjs": "^3.5.1",
"vue-router": "^3.5.2"
}
}