-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.37 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
{
"name": "@silexlabs/grapesjs-advanced-selector",
"version": "1.0.1",
"description": "Grapesjs Advanced Selector",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/silexlabs/@silexlabs/grapesjs-advanced-selector.git"
},
"scripts": {
"NOT_YET_postinstall": "$npm_execpath run build",
"start": "grapesjs-cli serve",
"dev": "grapesjs-cli serve & http-server -p 8081 ../../node_modules/grapesjs",
"build": "grapesjs-cli build --patch=false",
"bump": "npm version patch -m 'Bump v%s'",
"lint": "eslint 'src/**/*.{ts,tsx}'",
"lint:fix": "eslint 'src/**/*.{ts,tsx}' --fix",
"test": "jest",
"test:watch": "jest --watchAll",
"prepare": "husky"
},
"keywords": [
"grapesjs",
"plugin"
],
"devDependencies": {
"@babel/preset-env": "^7.26.7",
"@eslint/js": "^9.19.0",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.14",
"babel-jest": "^29.7.0",
"eslint": "^9.19.0",
"grapesjs": "^0.22.5",
"grapesjs-cli": "^4.1.3",
"husky": "^9.1.7",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0"
},
"license": "MIT",
"contributors": [
"Alex Hoyau (https://github.com/lexoyo)"
],
"dependencies": {
"@silexlabs/expression-input": "^0.0.27",
"lit": "^3.2.1",
"specificity": "^1.0.0"
}
}