-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.68 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
{
"name": "@phosphor-icons/sketch",
"version": "2.1.3",
"license": "MIT",
"private": false,
"homepage": "https://phosphoricons.com",
"author": {
"name": "Tobias Fried",
"email": "[email protected]",
"url": "https://tobiasfried.com"
},
"description": "A flexible icon family for interfaces, diagrams, presentations — whatever, really.",
"repository": "https://github.com/phosphor-icons/sketch",
"keywords": [
"phosphor",
"icons",
"svg",
"design",
"interface",
"UI",
"UX",
"sketch",
"sketch-plugin"
],
"engines": {
"sketch": ">=3.0"
},
"skpm": {
"name": "Phosphor Icons",
"manifest": "src/manifest.json",
"main": "phosphor-icons.sketchplugin",
"assets": [
"assets/**/*"
],
"sketch-assets-file": "sketch-assets/icons.sketch"
},
"scripts": {
"build": "export NODE_OPTIONS=--openssl-legacy-provider && skpm-build",
"watch": "export NODE_OPTIONS=--openssl-legacy-provider && skpm-build --watch",
"start": "export NODE_OPTIONS=--openssl-legacy-provider && skpm-build --watch",
"postinstall": "npm run build && skpm-link"
},
"resources": [
"resources/**/*.js"
],
"dependencies": {
"@phosphor-icons/core": "^2.1.1",
"@phosphor-icons/react": "^2.1.4",
"fuse.js": "^6.4.6",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropdown-select": "^4.7.4",
"react-use": "^17.2.4",
"recoil": "^0.7.7",
"sketch-module-web-view": "^3.1.4"
},
"devDependencies": {
"@skpm/builder": "^0.8.0",
"@skpm/extract-loader": "^2.0.3",
"babel-loader": "^9.1.2",
"css-loader": "^3.2.0",
"html-loader": "^0.5.5"
}
}