forked from gocodebox/lifterlms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.77 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
{
"name": "lifterlms",
"version": "4.10.1",
"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.8.4",
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.10.1",
"@lifterlms/llms-e2e-test-utils": "file:packages/llms-e2e-test-utils",
"@lifterlms/scripts": "file:packages/scripts",
"@wordpress/e2e-test-utils": "^4.3.1",
"@wordpress/scripts": "^12.1.0",
"contributor-faces": "^1.1.0-0",
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0",
"gulp-header": "^2.0.9",
"gulp-ignore": "^3.0.0",
"gulp-include": "^2.4.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.5",
"gulp-uglify": "^1.5.4",
"lerna": "^3.22.1",
"lifterlms-lib-tasks": "^3.7.0",
"puppeteer": "npm:[email protected]",
"yargs": "^12.0.5"
},
"scripts": {
"build": "npm run build:scripts && npm run build:styles && npm run build:pot && llms-dev readme && npm run build:contributors",
"build:scripts": "gulp scripts && gulp js-additional && gulp js-builder",
"build:styles": "gulp styles && gulp styles-rtl",
"build:pot": "gulp pot-js && llms-dev pot && cp ./vendor/lifterlms/lifterlms-blocks/i18n/*.json ./languages/",
"build:contributors": "npx contributor-faces -e '*\\[bot\\]' -l 100",
"test": "wp-scripts test-e2e --config packages/scripts/e2e/jest.config.js",
"test:dev": "npm run test -- --puppeteer-interactive"
}
}