-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 949 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 949 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
{
"name": "@wpsyntex/fse-classic",
"version": "1.0.0",
"description": "Adds legacy WordPress features for Full Site Editor (FSE)",
"scripts": {
"build": "npm run clean && webpack --mode production",
"build:dev": "npm run clean && webpack --mode development",
"dev": "npm run clean && webpack --mode development --watch",
"clean": "rimraf public/css public/js public/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polylang/fse-classic.git"
},
"keywords": [
"site editor",
"fse"
],
"author": "WP Syntex",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/polylang/fse-classic/issues"
},
"homepage": "https://github.com/polylang/fse-classic#readme",
"devDependencies": {
"@wpsyntex/polylang-build-scripts": "^2.0.3",
"webpack": "^5",
"webpack-cli": "^6.0",
"css-loader": "^7.1"
}
}