This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 2.06 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
62
63
64
65
66
67
68
69
70
71
{
"name": "gxdesignops",
"description": "Sketch Plugin For GeneXus Design Ops Cycles",
"repository": "https://github.com/genexuslabs/sketchdesignops.git",
"version": "2.5.6",
"engines": {
"sketch": ">=49.0"
},
"skpm": {
"name": "GeneXus DesignOps",
"manifest": "src/manifest.js",
"main": "gxdesignops.sketchplugin",
"assets": [
"assets/**/*"
],
"sketch-assets-file": "sketch-assets/icons.sketch"
},
"scripts": {
"dev:sketch": "NODE_ENV=development skpm-build",
"build": "skpm-build",
"watch": "skpm-build --watch",
"start": "skpm-build --watch --run",
"lint": "eslint .",
"postinstall": "npm run build && skpm-link"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/release-notes-generator": "^9.0.1",
"@skpm/builder": "^0.7.7",
"@types/node": "^14.14.32",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.16.1",
"@umijs/preset-react": "1.x",
"@umijs/test": "^3.4.0",
"archiver": "^5.2.0",
"commitlint": "^11.0.0",
"commitlint-config-gitmoji": "^2.2.3",
"concurrently": "^5.2.0",
"conventional-changelog-gitmoji-config": "^1.4.2",
"eslint": "^7.21.0",
"husky": "^4.3.8",
"lint-staged": "^10.5.4",
"prettier": "^2.0.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"semantic-release": "^17.4.0",
"sketch-module-web-view": "^3.5.1",
"sketch-types": "^0.4.2",
"terser-webpack-plugin": "^3.1.0",
"ts-loader": "^8.0.17",
"ts-node": "^9.1.1",
"typescript": "^4.2.3",
"umi": "^3.3.9",
"xml2js": "^0.4.23"
},
"author": "GeneXus <www.genexus.com>",
"dependencies": {
"@sketch-hq/sketch-file-format-ts": "^5.2.2",
"@skpm/child_process": "^0.4.2",
"@skpm/dialog": "^0.4.0",
"@skpm/fs": "^0.2.5",
"@skpm/os": "^0.1.1",
"jszip": "^3.5.0",
"mocha-js-delegate": "^0.2.0",
"spawn-sync": "^2.0.0",
"xmldom": "^0.5.0",
"xmltojson": "^1.3.5"
}
}