-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
34 lines (34 loc) · 1.13 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
{
"name": "sdppp",
"version": "1.7.0",
"scripts": {
"watch": "nodemon -w typescripts/src -e mjs,js,jsx,mts,ts,tsx,json,css,html -x node typescripts/src/build/index.build.mjs",
"build": "NODE_ENV=production node typescripts/src/build/index.build.mjs && bash typescripts/src/build/package.sh"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-syntax-class-properties": "^7.10.4",
"@babel/plugin-transform-react-jsx": "^7.8.3",
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.10",
"@types/photoshop": "^25.0.4",
"esbuild": "^0.24.0",
"javascript-obfuscator": "^4.1.1",
"nodemon": "^2.0.7",
"typescript": "^5.5.4"
},
"dependencies": {
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"chai": "^5.1.2",
"esbuild-plugin-external-global": "^1.0.1",
"esbuild-plugin-polyfill-node": "^0.3.0",
"fast-json-patch": "^3.1.1",
"jimp": "^1.6.0",
"mocha": "^11.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"socket.io-client": "^4.8.1"
}
}