-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.39 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.39 KB
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
{
"name": "textprettier",
"version": "1.0.9",
"description": "Text Prettier for Figma Desktop App",
"main": "code.js",
"devDependencies": {
"@figma/plugin-typings": "^1.82.0",
"@swc/core": "^1.3.100",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.4",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^5.5.4",
"lodash-es": "^4.17.21",
"prettier": "^3.1.1",
"style-loader": "^3.3.3",
"swc-loader": "^0.2.3",
"terser-webpack-plugin": "^5.3.9",
"typescript": "^5.3.3",
"typograf": "^7.3.0",
"url-loader": "^4.1.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@types/react": "^18.2.44",
"@types/react-dom": "^18.2.17",
"react": "^18.2.0",
"react-dev-utils": "^12.0.1",
"react-dom": "^18.2.0"
},
"scripts": {
"build": "npx webpack --mode=production",
"watch": "npx webpack --mode=development --watch",
"pretty": "npx prettier --write ."
},
"author": "Eugene Ash",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/ashmee/TextPrettier.git"
},
"homepage": "https://github.com/ashmee/TextPrettier#readme"
}