-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.52 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.52 KB
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
{
"name": "fluent-crm",
"version": "1.0.0",
"description": "Email Marketing Automation, Email Newsletter and CRM Plugin for WordPress by FluentCRM",
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/WPManageNinja/fluent-crm/issues"
},
"homepage": "https://github.com/WPManageNinja/fluent-crm#readme",
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.23.7",
"babel-eslint": "^10.1.0",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.13.8",
"cross-env": "^7.0.3",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^6.2.2",
"laravel-mix": "^6.0.49",
"sass": "^1.69.6",
"sass-loader": "^12.6.0",
"vue-loader": "^15.11.1",
"vue-template-compiler": "^2.7.16",
"webpack-bundle-analyzer": "^4.10.2"
},
"dependencies": {
"@wordpress/hooks": "^3.48.0",
"@wordpress/i18n": "^4.48.0",
"chart.js": "^2.9.4",
"element-ui": "^2.15.14",
"fuse.js": "^7.0.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"vue": "^2.7.16",
"vue-content-loader": "^0.2.3",
"vue-router": "^3.6.5"
}
}