-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (45 loc) · 1.39 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": "@selldone/page-builder",
"version": "1.8.18",
"private": false,
"type": "module",
"author": "Mehrdad Pajuhaan <[email protected]> (https://selldone.com)",
"description": "Selldone in-line page builder, built with Vue3, aims to replace Webflow, Wix, and EditorX as an open-source project. It's part of the Selldone business OS platform.",
"main": "index.ts",
"scripts": {
"build": "tsc",
"clean": "tsc --build --clean",
"publish-npm": "npm publish --access public"
},
"bugs": {
"url": "https://github.com/selldone/pagebuilder/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/selldone/pagebuilder.git"
},
"homepage": "https://selldone.com",
"dependencies": {
"@selldone/core-js": "latest",
"@selldone/sdk-storefront": "latest",
"@selldone/components-vue": "latest",
"axios": "^1.7.9",
"lodash-es": "^4.17.21",
"vue": "^3.5.13",
"vuetify": "^3.7.9",
"@floating-ui/dom": "^1.6.13",
"sortablejs": "^1.15.6"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"eslint": "^9.19.0",
"eslint-plugin-prettier": "^5.2.3",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"@vue/eslint-config-prettier": "^10.2.0",
"eslint-plugin-vue": "^9.28.0"
}
}