-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 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
{
"name": "color-randomizer",
"version": "1.0.0",
"description": "Apply a set of colors randomly to a selection.",
"main": "code.js",
"scripts": {
"watch": "npx webpack --mode=development --watch",
"build": "npx webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Craig Dennis <[email protected]>",
"license": "MIT",
"dependencies": {
"chroma-js": "^2.1.0",
"css-loader": "^3.4.2",
"figma-plugin-ds": "git+https://github.com/craigmdennis/figma-plugin-ds.git#add-package-json",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"lit-html": "^1.2.1",
"squirrelly": "^7.9.2",
"style-loader": "^0.23.1",
"ts-loader": "^6.2.1",
"typescript": "^3.8.3",
"url-loader": "^4.0.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}