-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.01 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
{
"name": "figma-plugin-round-it",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"start": "webpack-cli --mode=development --watch",
"build": "webpack-cli --mode=production"
},
"author": "Fabian Beer",
"license": "",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.5.1",
"file-loader": "^5.1.0",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"install": "^0.13.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-messages": "^2.0.4"
},
"dependencies": {
"base64-inline-loader": "^1.1.1"
}
}