-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1.11 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
{
"name": "fluent-query-logger",
"version": "1.0.0",
"author": "wpmanageninja",
"license": "ISC",
"bugs": {
"url": "https://github.com/wpmanageninja/fluent-query-logger/issues"
},
"homepage": "https://github.com/wpmanageninja/fluent-query-logger#readme",
"dependencies": {
"@element-plus/icons-vue": "^1.1.4",
"@wordpress/hooks": "^3.1.1",
"element-plus": "^2.0.4",
"lodash": "^4.17.21",
"vue": "^3.2.31",
"vue-router": "^4.0.13"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.2.31",
"laravel-mix": "^6.0.43",
"node-sass": "^7.0.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"unplugin-auto-import": "^0.6.1",
"unplugin-vue-components": "^0.17.21",
"vue-loader": "^17.0.0"
},
"scripts": {
"dev": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"hots": "mix watch --hots",
"production": "mix --production"
}
}