-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 940 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
{
"name": "figma-icon-plugin",
"version": "1.0.0",
"description": "Figma plugin to export svg assets",
"scripts": {
"build": "webpack --mode=production",
"build:watch": "webpack --mode=development --watch"
},
"author": "Sungik Choi",
"license": "ISC",
"devDependencies": {
"@figma/plugin-typings": "*",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"css-loader": "^6.7.1",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^5.5.0",
"react-dev-utils": "^12.0.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.0",
"typescript": "*",
"url-loader": "^4.1.1",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@channel.io/bezier-react": "^1.0.0-next-v1.149",
"octokit": "^1.7.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"styled-components": "^5.3.5"
}
}