-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
45 lines (45 loc) · 1.49 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
{
"name": "live-composer-page-builder",
"version": "1.4.7",
"description": "Front-end page builder for WordPress with drag and drop editing. Build PRO responsive websites and landing pages. Visually customize any page element.",
"main": "ds-live-composer.php",
"scripts": {
"test-e2e": "jest --config tests/e2e-tests/jest.config.js",
"test-e2e:watch": "npm run test-e2e -- --watch",
"watch": "webpack --watch",
"build": "webpack --env.production"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/livecomposer/Live-Composer.git"
},
"author": "Live Composer Team",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/livecomposer/Live-Composer/issues"
},
"homepage": "https://github.com/livecomposer/Live-Composer#readme",
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@wordpress/e2e-test-utils": "^11.8.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"chromedriver": "^129.0.0",
"copy-webpack-plugin": "12.0.2",
"jest": "^29.7.0",
"jest-puppeteer": "^10.1.1",
"mini-css-extract-plugin": "^2.9.1",
"node-sass": "^9.0.0",
"puppeteer": "^23.4.1",
"webpack": "5.95.0",
"webpack-cli": "5.1.4"
},
"dependencies": {
"animejs": "^3.2.2",
"sortablejs": "^1.15.3"
}
}