-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
61 lines (61 loc) · 1.53 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
{
"name": "mz-mindbody-api",
"version": "2.5.7",
"description": "Plugin to interface wordpress with Mindbody Online.",
"main": "assets/scripts/main.js",
"directories": {
"test": "tests"
},
"dependencies": {
"bl": "^1.2.3",
"bootstrap": "^4.5.0",
"fontawesome": "^5.6.3",
"jquery": "^3.5.1",
"popper.js": "^1.16.1"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"autoprefixer": "^9.8.0",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"css-loader": "^3.5.3",
"elliptic": ">=6.5.4",
"exports-loader": "^0.7.0",
"file-loader": "^6.0.0",
"image-webpack-loader": "^6.0.0",
"ini": ">=1.3.6",
"is-svg": ">=4.2.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.2",
"ssri": ">=8.0.1",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.11",
"webpack-node-externals": "^1.7.2"
},
"bugs": {
"url": "https://github.com/MikeiLL/mz-mindbody-api/issues"
},
"scripts": {
"prod": "webpack --mode production",
"dev": "webpack --mode development",
"watch": "webpack --mode development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MikeiLL/mz-mindbody-api.git"
},
"keywords": [
"mindbody",
"api",
"mbo",
"wordpress",
"plugin"
],
"author": "Mike iLL, mZoo",
"license": "MIT",
"homepage": "https://github.com/MikeiLL/mz-mindbody-api#readme"
}