-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.6 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
{
"name": "sketch-git-pro",
"version": "0.1.6",
"description": "Git tools for sketch.",
"engines": {
"sketch": ">=3.0"
},
"resources": [
"Resources/branches.js"
],
"repository": {
"type": "git",
"url": "https://github.com/xuming/sketch-git-pro.git"
},
"skpm": {
"name": "sketch-git-pro",
"manifest": "src/manifest.json",
"main": "sketch-git-pro.sketchplugin",
"assets": [
"assets/**/*",
"src/i18n/*"
]
},
"scripts": {
"build": "skpm-build",
"watch": "skpm-build --watch",
"start": "skpm-build --watch --run",
"postinstall": "npm run build && skpm-link"
},
"devDependencies": {
"@skpm/builder": "^0.5.2",
"@skpm/dialog": "^0.2.4",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.24.1",
"@babel/preset-react": "^7.0.0-beta.51",
"babel-preset-react": "^6.16.0",
"eslint": "^3.19.0",
"eslint-config-sketch": "^0.2.0",
"eslint-config-standard": "^10.2.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"skpm": "^0.9.7"
},
"dependencies": {
"hoek": ">=4.2.1",
"cryptiles": ">=4.1.2",
"eslint-config-sketch": "^0.2.2",
"eslint-config-standard-preact": "^1.0.1",
"eslint-plugin-react": "^6.10.3",
"sketch-module-fs": "^0.1.2",
"sketch-module-google-analytics": "^0.1.3",
"sketch-module-user-preferences": "^1.0.1",
"sketch-module-web-view": "^0.1.4"
},
"author": "xuming <coolchyni@gmail.com>"
}