-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
28 lines (28 loc) · 885 Bytes
/
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
{
"name": "flex-fields",
"description": "A library for working with fields in WordPress",
"author": "Micah Wood <micah@wpscholar.com>",
"license": "GPL-2.0+",
"private": true,
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build --mode=production",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:pkg-json": "wp-scripts lint-pkg-json"
},
"dependencies": {
"choices.js": "^10.1.0",
"es6-promise": "^4.2.8",
"es6-symbol": "^3.1.3",
"flatpickr": "^4.6.9",
"iterators-polyfill": "^1.0.2",
"lodash": "^4.17.21",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@wordpress/scripts": "^23.6.0",
"webpack-remove-empty-scripts": "^0.8.1"
}
}