forked from gocodebox/lifterlms-blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.16 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
{
"name": "lifterlms-blocks",
"version": "1.12.0",
"description": "blocks",
"author": "LifterLMS",
"homepage": "https://lifterlms.com/",
"repository": {
"type": "git",
"url": "https://github.com/gocodebox/lifterlms-blocks.git"
},
"dependencies": {
"react-select": "^2.1.1",
"react-sortable-hoc": "^1.10.1",
"throttle-debounce": "^2.0.1"
},
"devDependencies": {
"@lifterlms/llms-e2e-test-utils": "^2.2.0",
"@lifterlms/scripts": "^1.3.2",
"@wordpress/e2e-test-utils": "^4.15.1",
"@wordpress/scripts": "^12.1.1"
},
"scripts": {
"build": "npm run build:pot && npm run build:scripts:prod",
"build:scripts:dev": "NODE_ENV=dev wp-scripts build",
"build:scripts:prod": "NODE_ENV=production wp-scripts build",
"build:pot": "llms-dev pot --text-domain=lifterlms && mv ./i18n/lifterlms.pot ./i18n/lifterlms-blocks.pot",
"fix:js": "npm run lint:js -- --fix",
"lint:css": "wp-scripts lint-style ./src",
"lint:js": "wp-scripts lint-js ./src",
"test": "wp-scripts test-e2e --config tests/e2e/jest.config.js",
"test:dev": "npm run test -- --puppeteer-interactive",
"start": "wp-scripts start"
}
}