-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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
{
"name": "banana-test",
"version": "1.0.0",
"description": "Test your interfaces to UX using \"Banana-test\" in Figma so easy!",
"scripts": {
"build": "npx webpack",
"watch": "npx webpack -w",
"publish": "npx webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jag-k/figma-plugin-bananatest.git"
},
"keywords": [
"banana",
"bananatest",
"figma",
"figma-plugin"
],
"author": "@jag-k",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/jag-k/figma-plugin-bananatest/issues"
},
"homepage": "https://github.com/jag-k/figma-plugin-bananatest#readme",
"devDependencies": {
"@effortlessmotion/html-webpack-inline-source-plugin": "^1.0.3",
"@figma/plugin-typings": "^1.19.0",
"css-loader": "^6.7.3",
"figma-plugin-ds": "^1.0.1",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^5.5.0",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}