-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.43 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
{
"name": "@frontify/frontify-plugin",
"description": "Connecting your brand and design worlds",
"version": "2.3.20",
"repository": {
"type": "git",
"url": "https://github.com/Frontify/sketch.git"
},
"engines": {
"sketch": ">=3.0",
"node": "~16"
},
"skpm": {
"name": "frontify-plugin",
"manifest": "src/manifest.json",
"main": "frontify.sketchplugin"
},
"scripts": {
"build": "skpm-build",
"watch": "skpm-build --watch",
"start": "skpm-build --watch --run",
"postinstall": "npm run build && skpm-link"
},
"devDependencies": {
"@babel/plugin-syntax-async-generators": "7.8.4",
"@babel/plugin-transform-runtime": "7.19.6",
"@skpm/extract-loader": "2.0.3",
"copy-webpack-plugin": "5.1.2",
"css-loader": "3.2.1",
"dot-tpl-loader": "1.2.1",
"file-loader": "1.1.11",
"html-loader": "0.5.5",
"regexp-replace-loader": "1.0.1",
"style-loader": "0.23.1",
"webpack-concat-plugin": "3.0.0"
},
"resources": [
"src/assets/js/*.js"
],
"dependencies": {
"@babel/runtime": "7.20.7",
"@skpm/builder": "0.8.0",
"@skpm/child_process": "0.4.2",
"mocha-js-delegate": "0.2.0",
"sketch-module-web-view": "3.5.1"
},
"overrides": {
"loader-utils": "1.4.2",
"json5": "2.2.3"
}
}