-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
72 lines (72 loc) · 2.12 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
{
"name": "sketch-easing-gradients",
"version": "0.7.2",
"description": "Supercharge your gradients in Sketch with no-linear color mix and custom color spaces",
"repository": {
"type": "git",
"url": "git+https://github.com/larsenwork/sketch-easing-gradient.git"
},
"engines": {
"sketch": ">=3.0"
},
"skpm": {
"name": "sketch-easing-gradients",
"manifest": "src/manifest.json",
"main": "easing-gradients.sketchplugin"
},
"scripts": {
"build": "skpm-build",
"watch": "skpm-build --watch",
"start": "skpm-build --watch --run",
"postinstall": "npm run build && skpm-link",
"lint": "eslint src/**/*.js resources/**/*.js"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@skpm/builder": "^0.5.10",
"@skpm/extract-loader": "^2.0.2",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.2",
"copy-webpack-plugin": "^4.5.2",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"eslint": "^5.6.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-html": "^4.0.6",
"eslint-plugin-import": "^2.14.0",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"postcss-input-range": "^4.0.0",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.0",
"style-loader": "^0.23.0",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.17"
},
"resources": [
"resources/**/main.js"
],
"dependencies": {
"chroma-js": "^1.3.7",
"easing-coordinates": "^2.0.2",
"sketch-module-web-view": "^1.2.3",
"throttleit": "^1.0.0",
"vue": "^2.5.17",
"vue-clipboard2": "^0.2.1",
"vue-feather-icons": "^4.7.1",
"vuex": "^3.0.1"
},
"resolutions": {
"js-yaml": ">=3.13.1",
"lodash": ">=4.17.11"
},
"author": "larsenwork <[email protected]>",
"license": "MIT"
}