-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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
{
"name": "sketch-styler",
"version": "1.5.7",
"engines": {
"sketch": ">=58.0"
},
"skpm": {
"name": "Sketch Styler",
"manifest": "src/manifest.json",
"main": "sketch-styler.sketchplugin",
"assets": [
"assets/**/*"
],
"sketch-assets-file": "sketch-assets/icons.sketch"
},
"scripts": {
"build": "skpm-build",
"watch": "skpm-build --watch",
"start": "skpm-build --watch",
"postinstall": "npm run build && skpm-link"
},
"repository": {
"type": "git",
"url": "https://github.com/oodesign/sketch-styler.git"
},
"devDependencies": {
"@skpm/builder": "^0.7.5",
"@skpm/extract-loader": "^2.0.2",
"css-loader": "^1.0.0",
"html-loader": "^0.5.1"
},
"resources": [
"resources/**/*.js"
],
"dependencies": {
"@skpm/fs": "^0.2.5",
"d3-color": "^1.4.0",
"delta-e": "0.0.7",
"serialize-javascript": "^4.0.0",
"sketch-module-google-analytics": "^0.2.2",
"sketch-module-web-view": "^3.4.1",
"skpm": "^1.3.1",
"webpack": "^4.41.2"
},
"author": "oodesign <[email protected]>"
}