forked from seothemes/lifterlms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 2.28 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
60
61
{
"name": "lifterlms",
"version": "7.1.2",
"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",
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"dependencies": {
"@emotion/styled": "^11.6.0",
"classnames": "^2.3.1"
},
"devDependencies": {
"@lifterlms/brand": "file:packages/brand",
"@lifterlms/components": "file:packages/components",
"@lifterlms/dev": "file:packages/dev",
"@lifterlms/fontawesome": "file:packages/fontawesome",
"@lifterlms/icons": "file:packages/icons",
"@lifterlms/llms-e2e-test-utils": "file:packages/llms-e2e-test-utils",
"@lifterlms/scripts": "file:packages/scripts",
"@lifterlms/utils": "file:packages/utils",
"@wordpress/docgen": "^1.18.0",
"gulp-header": "^2.0.9",
"gulp-replace": "^0.5.4",
"gulp-requirejs-optimize": "^1.2.0",
"gulp-uglify": "^3.0.2",
"lerna": "^5.5.2",
"lifterlms-lib-tasks": "^4.0.1",
"postcss": "^8.4.6"
},
"scripts": {
"build": "npm run build:scripts && npm run build:scripts:legacy && npm run build:styles && npm run build:pot && llms-dev readme",
"build:pot": "gulp pot-js && llms-dev pot",
"build:scripts": "wp-scripts build",
"build:scripts:legacy": "gulp scripts && gulp js-additional && gulp js-builder",
"build:styles": "gulp styles && gulp styles-rtl && gulp hacky-clean",
"dev": "llms-dev",
"lerna": "lerna",
"lint:js": "wp-scripts lint-js ./src/js ./src/blocks",
"test": "wp-scripts test-e2e --config packages/scripts/e2e/jest.config.js",
"test:dev": "npm run test -- --puppeteer-interactive",
"test:unit": "wp-scripts test-unit-js ./src/js --config packages/scripts/config/jest-unit.config.js --verbose",
"pkg:docgen": "lerna run docgen",
"pkg:hoist": "lerna bootstrap --hoist",
"pkg:lint:js": "lerna run lint:js",
"pkg:test": "wp-scripts test-unit-js ./packages --config packages/scripts/config/jest-unit.config.js --verbose",
"postinstall": "npm run pkg:hoist",
"start": "wp-scripts start",
"start:legacy": "gulp watch"
}
}