-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 1.07 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
{
"name": "socnet",
"private": true,
"type": "module",
"scripts": {
"build": "npm run esbuild-base -- --minify",
"esbuild-base": "esbuild \"./socnet/static/private/**/*\" --format=esm --outdir=./socnet/static/public/ --platform=browser --target=chrome63,edge79,safari11.1,firefox67,opera50",
"watch": "npm run esbuild-base -- --watch=forever"
},
"devDependencies": {
"@eslint/js": "9.17.0",
"@ianvs/prettier-plugin-sort-imports": "4.4.0",
"@total-typescript/ts-reset": "0.6.1",
"@tsconfig/strictest": "2.0.5",
"@types/autosize": "4.0.3",
"@types/eslint-config-prettier": "6.11.3",
"@types/eslint__js": "8.42.3",
"@types/luxon": "3.4.2",
"esbuild": "0.24.2",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-unicorn": "56.0.1",
"prettier": "3.4.2",
"prettier-plugin-packagejson": "2.5.6",
"stylelint": "16.12.0",
"stylelint-config-recess-order": "5.1.1",
"stylelint-config-standard": "36.0.1",
"typescript": "5.7.2",
"typescript-eslint": "8.19.0",
"viewerjs": "1.11.7"
}
}