-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
36 lines (36 loc) · 922 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
{
"name": "styler-figma-plugin",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "webpack",
"watch": "webpack -w"
},
"keywords": [],
"author": "andrei-iancu <andrei-i@outlook.com>",
"license": "MIT",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
"devDependencies": {
"@figma/plugin-typings": "^1.62.0",
"@types/node": "^13.13.52",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"file-loader": "^6.0.0",
"html-webpack-inline-source-plugin": "^1.0.0-beta.2",
"html-webpack-plugin": "^4.5.2",
"normalize.css": "^8.0.1",
"prettier": "^1.19.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"style-loader": "^1.3.0",
"svelte": "^3.22.3",
"svelte-loader": "^2.13.6",
"svg-inline-loader": "^0.8.2",
"ts-loader": "^6.2.2",
"typescript": "^3.9.10",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
}
}