-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathpackage.json
40 lines (40 loc) · 972 Bytes
/
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
{
"name": "figma-plugin-ds",
"devDependencies": {
"autoprefixer": "^9.7.6",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-css-svg": "^1.3.1",
"gulp-postcss": "^8.0.0",
"gulp-prettier": "^3.0.0",
"gulp-sass": "^4.1.0"
},
"dependencies": {},
"scripts": {
"dev": "gulp",
"build": "gulp --production"
},
"description": "A UI library with CSS and vanilla JS that match the Figma UI for building plugins.",
"version": "1.0.0",
"main": "index.js",
"style": "dist/figma-plugin-ds.css",
"repository": {
"type": "git",
"url": "https://github.com/thomas-lowry/figma-plugin-ds.git"
},
"keywords": [
"figma",
"plugin",
"ui",
"vanilla",
"css",
"ui-library",
"design-system"
],
"author": "Thomas Lowry",
"license": "ISC",
"bugs": {
"url": "https://github.com/thomas-lowry/figma-plugin-ds/issues"
},
"homepage": "https://github.com/thomas-lowry/figma-plugin-ds#readme"
}