-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 888 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
{
"name": "exportColorInGamut",
"version": "1.0.0",
"description": "Your Figma Plugin",
"main": "code.js",
"scripts": {
"build": "rollup --config rollup.web.prod.config.mjs",
"dev": "rollup --config rollup.web.dev.config.mjs -w"
},
"author": "",
"license": "",
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/preset-env": "^7.22.9",
"@figma/plugin-typings": "*",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.2",
"babel": "^6.23.0",
"rollup": "^3.26.3",
"typescript": "*",
"webpack-merge": "^5.9.0"
},
"dependencies": {
"clipboard-colorspace-conversion": "^1.0.4",
"rgb-hex": "^4.0.1",
"tiny-delay": "^1.0.5"
}
}