-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 979 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 979 Bytes
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
{
"name": "freemius",
"version": "0.4.2",
"author": "Xaver",
"license": "GPL-2.0-or-later",
"scripts": {
"build": "wp-scripts build --experimental-modules",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start --experimental-modules"
},
"files": [
"build",
"src",
"vendor",
"includes",
"schemas",
"*.php"
],
"dependencies": {
"@10up/block-components": "^1.19.3",
"@emotion/styled": "^11.14.0",
"@wordpress/data": "^10.37.0",
"@wordpress/dom-ready": "^4.37.0",
"@wordpress/element": "^6.37.0",
"@wordpress/i18n": "^6.10.0",
"@wordpress/interactivity": "^6.37.0",
"classnames": "^2.5.1"
},
"devDependencies": {
"@wordpress/env": "^10.37.0",
"@wordpress/scripts": "^31.2.0",
"sounds-webpack-plugin": "^0.0.2",
"webpack-remove-empty-scripts": "^1.0.4"
}
}