forked from gocodebox/lifterlms
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.95 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "lifterlms",
"version": "3.37.9",
"description": "LifterLMS by codeBOX",
"repository": {
"type": "git",
"url": "https://github.com/gocodebox/lifterlms.git"
},
"author": "Team LifterLMS <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/gocodebox/lifterlms/issues"
},
"homepage": "https://lifterlms.com",
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@wordpress/e2e-test-utils": "^4.0.0",
"@wordpress/scripts": "^6.2.0",
"contributor-faces": "^1.0.3",
"gulp": "^4.0.0",
"gulp-cli": "^2.2.0",
"gulp-header": "^2.0.5",
"gulp-include": "^2.3.1",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-requirejs-optimize": "^1.2.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^1.5.4",
"lerna": "^3.20.2",
"lifterlms-lib-tasks": "^3.6.2",
"llms-e2e-test-utils": "file:packages/llms-e2e-test-utils",
"watch-cli": "^0.2.3",
"yargs": "^12.0.2"
},
"scripts": {
"contributors": "npx contributor-faces -e '*\\[bot\\]'",
"env": "wp-scripts env",
"pkgs:watch": "npx watch -p 'packages/**/src/*.js' -c 'npm run pkgs:build'",
"pkgs:clean": "lerna exec --parallel -- rm -rf ./build/",
"pkgs:build": "lerna exec --parallel -- npx babel --config-file ../../babel.config.js src --out-dir build",
"test": "wp-scripts test-e2e --config tests/e2e/jest.config.js",
"test:dev": "npm run test -- --puppeteer-interactive"
},
"wp-env": {
"plugin-dir": "lifterlms",
"plugin-name": "LifterLMS",
"docker-template": "./docker-compose.override.yml.template",
"welcome-logo": [
" _ _ __ _ _ __ __ ___ ",
"| | (_)/ _| |_ ___ _ _| | | / / __|",
"| |__| | _| _/ -_) '_| |__| |/| \\__ \\",
"|____|_|_| \\__\\___|_| |____|_| |_|___/"
],
"welcome-build-command": "gulp build"
}
}