-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 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
{
"name": "3dicons-figma",
"version": "1.0.0",
"description": "Open source 3d icon library plugin for figma",
"main": "code.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch"
},
"author": "realvjy",
"license": "MIT",
"devDependencies": {
"@figma/plugin-typings": "^1.47.0",
"css-loader": "^6.7.1",
"html-webpack-inline-source-plugin": "^1.0.0-beta.2",
"html-webpack-plugin": "^5.5.0",
"prettier": "2.6.2",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.0",
"typescript": "^4.6.4",
"url-loader": "^4.1.1",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"@types/styled-components": "^5.1.25",
"browser-image-compression": "^2.0.0",
"compressorjs": "^1.1.1",
"fuse.js": "^6.6.2",
"react": "^18.1.0",
"react-dev-utils": "^12.0.1",
"react-dom": "^17.0.2",
"react-image-compressor": "^1.0.1",
"react-image-file-resizer": "^0.4.8",
"react-native-image-resizer": "^1.4.5",
"styled-components": "^5.3.5"
}
}