-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.67 KB
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": "customify",
"version": "0.4.21",
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"@wordpress/components": "^32.6.0",
"@wordpress/icons": "^12.2.0",
"@wordpress/scripts": "^32.0.0",
"autoprefixer": "latest",
"copy-webpack-plugin": "^14.0.0",
"grunt": "^1.6.1",
"grunt-bumpup": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-compress": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-sass": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-phpcbf": "latest",
"grunt-phpcs": "latest",
"grunt-postcss": "latest",
"grunt-rtlcss": "latest",
"grunt-text-replace": "latest",
"grunt-wp-i18n": "latest",
"request": "^2.88.2",
"rtlcss": "^4.3.0"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@pressmaximum/dashboard-kit": "git+ssh://git@github.com/PressMaximum/dashboard-kit.git",
"copy": "^0.0.1",
"element-qsa-scope": "^1.1.0"
},
"browserslist": [
"defaults"
],
"scripts": {
"start": "wp-scripts start --config webpack.config.js",
"build": "wp-scripts build --config webpack.config.js",
"makepot": "grunt makepot",
"release:assets": "npm run build && npm run makepot",
"lint:js": "wp-scripts lint-js src"
}
}