-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
52 lines (52 loc) · 1.71 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
44
45
46
47
48
49
50
51
52
{
"name": "rename-it-figma",
"version": "2.1.0",
"description": "\"Keep your Figma files organized, batch rename layers and frames.\"",
"main": "code.js",
"scripts": {
"dev": "webpack --watch --mode=development",
"build": "webpack --mode=development",
"prod": "webpack --mode production --devtool inline-source-map --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rodrigo Soares",
"license": "ISC",
"dependencies": {
"@figma/plugin-typings": "^1.33.0",
"@types/react": "^17.0.6",
"@types/react-dom": "^17.0.5",
"css-loader": "^6.7.1",
"ellipsize": "^0.5.1",
"figma-plugin-ds": "^1.0.1",
"html-webpack-inline-source-plugin": "github:DustinJackson/html-webpack-inline-source-plugin#pull/82/head",
"html-webpack-plugin": "^5.5.0",
"node-sass": "^7.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-figma-plugin-ds": "github:rodi01/react-figma-plugin-ds",
"renameitlib": "^1.2.3",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.8",
"typescript": "^4.2.4",
"url-loader": "^4.1.1",
"uuid": "^8.3.2",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"is-blank": "^2.1.0",
"is-number": "^7.0.0",
"prettier": "^2.3.0"
}
}