-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.43 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
{
"name": "sa-esbuild",
"version": "2.0.0-prerelease",
"main": "index.js",
"author": "TheColaber <[email protected]>",
"license": "MIT",
"homepage": "https://scratchaddons.com",
"type": "module",
"scripts": {
"dev": "node --import=./esbuild/register.js esbuild/build.ts --dev",
"build": "node --import=./esbuild/register.js esbuild/build.ts",
"push-translations": "node --import=./esbuild/register.js esbuild/push-translations.ts",
"pull-translations": "node --import=./esbuild/register.js esbuild/pull-translations.ts",
"create-addon": "node --import=./esbuild/register.js cli/create-addon.ts",
"format": "prettier . -w"
},
"devDependencies": {
"@iconify-icons/tabler": "^1.2.95",
"@iconify/vue": "^4.1.1",
"@orama/orama": "^2.0.19",
"@transifex/api": "^6.0.2",
"@types/chrome": "^0.0.254",
"@types/node": "^20.11.30",
"@vueuse/components": "^10.9.0",
"@vueuse/core": "^10.9.0",
"cheerio": "^1.0.0-rc.12",
"chokidar": "^3.6.0",
"dotenv": "^16.4.5",
"download": "^8.0.0",
"esbuild": "^0.20.2",
"esbuild-plugin-inline-image": "^0.0.9",
"globby": "^14.0.1",
"minisearch": "^6.3.0",
"postcss": "^8.4.38",
"postcss-modules": "^6.0.0",
"prettier": "^3.2.5",
"prompts": "^2.4.2",
"sass": "^1.72.0",
"ts-node": "^10.9.2",
"typed-css-modules": "^0.9.1",
"typescript": "^5.4.3",
"uuid": "^9.0.1",
"vue": "^3.4.21"
}
}