This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.72 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
53
54
{
"name": "hello.dcsms.comfyui.photoshop",
"version": "0.0.1",
"scripts": {
"ts:watch": "nodemon -w src -e js,jsx,ts,tsx,json,css,html -w webpack.config.js -x pnpm run build",
"build": "webpack --mode development",
"release": "webpack && uxp plugin package --manifest ./dist/manifest.json --outputPath ./build"
},
"author": "jmkl",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.22.17",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@types/node": "^20.6.1",
"@types/photoshop": "^25.0.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"babel-loader": "^9.1.3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"nodemon": "^3.0.1",
"postcss": "^8.4.29",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.1.3",
"style-loader": "^3.3.3",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"big-int": "^0.0.6",
"crypto-random-bigint": "^2.1.0",
"lodash": "^4.17.21",
"random": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-paginate": "^8.2.0",
"react-use-websocket": "^4.4.0",
"sval": "^0.4.8",
"ts-md5": "^1.3.1",
"uuid": "^9.0.1"
}
}