-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
29 lines (29 loc) · 953 Bytes
/
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
{
"name": "sdppp",
"version": "1.5.3",
"scripts": {
"watch": "nodemon -w typescripts/src -e mjs,js,jsx,mts,ts,tsx,json,css,html -x node typescripts/src/build.mjs",
"build": "NODE_ENV=production node typescripts/src/build.mjs && bash plugins/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/jimp": "^0.2.28",
"@types/photoshop": "^25.0.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"esbuild": "^0.24.0",
"javascript-obfuscator": "^4.1.1",
"nodemon": "^2.0.7",
"typescript": "^5.5.4"
},
"dependencies": {
"esbuild-plugin-external-global": "^1.0.1",
"fast-json-patch": "^3.1.1",
"jimp": "^1.6.0",
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
}