-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.78 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
{
"name": "ocean-modal-window",
"version": "2.0.0",
"description": "Ocean Modal Window",
"main": "Gruntfile.js",
"scripts": {
"build": "wp-scripts build omw-src/metabox omw-src/modal-settings --output-path=assets/dist",
"start": "wp-scripts start omw-src/metabox omw-src/modal-settings --output-path=assets/dist",
"lint:js": "wp-scripts lint-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"lint:php": "composer lint:php",
"lint:summary": "composer lint:summary",
"pot": "composer make-pot"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-proposal-private-methods": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@wordpress/block-editor": "^12.4.0",
"@wordpress/components": "^25.1.0",
"@wordpress/data": "^9.5.0",
"@wordpress/element": "^5.12.0",
"@wordpress/hooks": "^3.35.0",
"@wordpress/i18n": "^4.35.0",
"@wordpress/icons": "^9.27.0",
"@wordpress/scripts": "^26.6.0",
"babel-loader": "^8.2.2",
"babelify": "^10.0.0",
"grunt": "^1.4.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-bowercopy": "^1.2.5",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-csscomb": "^4.2.0",
"grunt-cssjanus": "^0.5.0",
"grunt-newer": "^1.3.0",
"grunt-sass": "^3.1.0",
"jit-grunt": "^0.10.0",
"sass": "^1.54.1",
"time-grunt": "^2.0.0"
},
"dependencies": {
"delegate": "^3.2.0",
"react-select": "^5.7.3"
}
}