-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·52 lines (52 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
{
"name": "gainforms",
"version": "1.0.0",
"description": "=== Plugin Name === Contributors: GainHQ Donate link: https://gainhq.com Tags: comments, spam Requires at least: 3.0.1 Tested up to: 3.4 Stable tag: 4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html",
"main": "index.js",
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/GainHQ/gain.wp.forms.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/GainHQ/gain.wp.forms#readme",
"devDependencies": {
"@babel/core": "^7.8.4",
"@mdi/font": "^5.1.45",
"autoprefixer": "^9.7.4",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"css-loader": "^3.5.3",
"deepmerge": "^4.2.2",
"fibers": "^5.0.0",
"file-loader": "^6.0.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"postcss-loader": "^3.0.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"vue-loader": "^15.9.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-fix-style-only-entries": "^0.4.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
"axios": "^0.19.2",
"material-design-icons-iconfont": "^5.0.1",
"remove-files-webpack-plugin": "^1.4.0",
"resolve-url-loader": "^3.1.1",
"vue": "^2.6.11",
"vue-router": "^3.1.6",
"vuetify": "^2.2.27",
"vuetify-loader": "^1.4.3"
}
}