-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 743 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 743 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
{
"name": "snapcode",
"description": "snapcode",
"main": "index.js",
"engines": {
"npm": ">=6.14.14",
"node": ">=14.17.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "wp-scripts build",
"start": "wp-scripts start"
},
"devDependencies": {
"@wordpress/scripts": "^27.8.0",
"add": "^2.0.6",
"babel-plugin-angularjs-annotate": "^0.10.0",
"filter-entry-output-plugin": "^1.0.0",
"fs": "0.0.1-security",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-cssnano": "^2.1.3",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-wp-pot": "^2.4.3",
"gulp-zip": "^5.0.2",
"path": "^0.12.7",
"uglify-js": "^3.12.8"
}
}