This repository has been archived by the owner on Apr 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
111 lines (111 loc) · 3.22 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "jira-cloud-for-sketch",
"version": "1.1.3",
"description": "Share designs, assets, and feedback with your team",
"main": "jira.sketchplugin",
"manifest": "src/manifest.json",
"resources": [
"src/views/web/connect/connect.js",
"src/views/web/issues/issues.js"
],
"scripts": {
"test": "ava",
"postinstall": "npm run build && skpm link ./",
"build": "skpm build",
"publish": "skpm publish"
},
"ava": {
"files": [
"test/**/*.js"
],
"require": [
"babel-register"
],
"babel": "inherit"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/atlassian/jira-sketch-plugin.git"
},
"keywords": [
"sketch",
"jira"
],
"author": "Tim Pettersen <tim@atlassian.com>",
"license": "Apache-2.0",
"homepage": "https://sketch.atlassian.com",
"engines": {
"sketch": ">=3.0"
},
"devDependencies": {
"ava": "^0.20.0",
"babel-eslint": "^7.2.3",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.24.1",
"bitbucket-build-status": "^1.0.3",
"chromedriver": "^2.31.0",
"css-loader": "^0.28.3",
"eslint": "^3.19.0",
"eslint-config-sketch": "^0.2.0",
"eslint-config-standard": "^10.2.0",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-standard": "^3.0.1",
"http-server": "^0.10.0",
"raw-loader": "^0.5.1",
"regexp-replace-loader": "^1.0.0",
"selenium-webdriver": "^3.5.0",
"skpm": "^0.9.13",
"style-loader": "^0.18.1"
},
"dependencies": {
"@atlaskit/avatar": "^4.0.6",
"@atlaskit/banner": "^2.4.2",
"@atlaskit/button": "^1.1.4",
"@atlaskit/button-group": "^1.1.3",
"@atlaskit/css-reset": "^1.1.4",
"@atlaskit/dropdown-menu": "^3.0.1",
"@atlaskit/dynamic-table": "^3.0.0",
"@atlaskit/field-base": "^7.4.2",
"@atlaskit/field-text": "^3.4.2",
"@atlaskit/icon": "^7.0.1",
"@atlaskit/lozenge": "^3.4.2",
"@atlaskit/media-card": "^17.9.0",
"@atlaskit/media-core": "^8.2.0",
"@atlaskit/mention": "^7.3.2",
"@atlaskit/spinner": "^3.0.0",
"@atlaskit/util-shared-styles": "^2.10.0",
"atlassian-jwt": "^0.1.5",
"babel-polyfill": "^6.23.0",
"cocoascript-class-babel-safe": "^0.1.2",
"filesize": "^3.5.10",
"lodash": "^4.17.4",
"mime-types": "^2.1.16",
"mobx": "^3.2.1",
"mobx-react": "^4.2.2",
"moment": "^2.18.1",
"promise-queue": "^2.2.3",
"prop-types": "^15.5.10",
"query-string": "^4.3.4",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-textarea-autosize": "^5.0.7",
"rxjs": "^5.4.2",
"sketch-polyfill-fetch-babel-safe": "^0.1.5",
"sketch-module-fs": "^0.1.2",
"sketch-module-update": "^0.1.2",
"sketch-module-user-preferences": "^1.0.1",
"sketch-module-web-view": "^0.1.4",
"styled-components": "^1.3.0",
"url-parse": "^1.1.9",
"url-search-params": "^0.6.1",
"uuid": "^3.1.0"
}
}