-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.08 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.08 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
{
"name": "waxframework",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"start": "wp-scripts start",
"start:hot": "wp-scripts start --hot",
"format": "wp-scripts format",
"minify": "wp-scripts build",
"compress": "webpack --config webpack.compress.js",
"fixtextdomain": "grunt fixtextdomain",
"build": "composer build && npm run minify && grunt build && npm run compress && grunt screen:finish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sovware/waxframework.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sovware/waxframework/issues"
},
"homepage": "https://github.com/sovware/waxframework#readme",
"devDependencies": {
"@wordpress/scripts": "^26.3.0",
"filemanager-webpack-plugin": "^8.0.0",
"grunt": "^1.6.1",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-wp-i18n": "^1.0.3",
"load-grunt-tasks": "^5.1.0"
}
}