-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
42 lines (42 loc) · 1.6 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
{
"name": "publishpress-authors",
"version": "2.0.0",
"description": "PublishPress Authors",
"repository": {
"type": "git",
"url": "git+https://github.com/publishpress/PublishPress-Authors.git"
},
"author": "PublishPress",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/publishpress/PublishPress-Authors/issues"
},
"homepage": "https://github.com/publishpress/PublishPress-Authors#readme",
"devDependencies": {
"@babel/core": "^7.3.3",
"@codeceptjs/configure": "^0.6.2",
"@codeceptjs/examples": "^1.2.1",
"@codeceptjs/ui": "^1.2.0",
"@wordpress/babel-preset-default": "^3.0.2",
"babel-loader": "8.0.5",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-minify": "^0.5.0",
"codeceptjs": "^3.6.7",
"cross-env": "^5.2.1",
"playwright": "^1.13.0",
"webpack": "5.92.0",
"webpack-cli": "5.1.4"
},
"browser": {},
"scripts": {
"watch": "webpack --watch",
"build": "cross-env NODE_ENV=production webpack",
"codeceptjs": "codeceptjs run --steps",
"codeceptjs:headless": "HEADLESS=true codeceptjs run --steps",
"codeceptjs:ui": "codecept-ui --app",
"codeceptjs:demo": "codeceptjs run --steps -c node_modules/@codeceptjs/examples",
"codeceptjs:demo:headless": "HEADLESS=true codeceptjs run --steps -c node_modules/@codeceptjs/examples",
"codeceptjs:demo:ui": "codecept-ui --app -c node_modules/@codeceptjs/examples"
}
}