-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 809 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
30
31
32
{
"name": "vcc-auto-translate",
"version": "1.0.0",
"description": "",
"private": true,
"main": "index.js",
"scripts": {
"build:patch-loader": "esno scripts/build-patch-loader.ts"
},
"keywords": [],
"author": {
"name": "Gizmo",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"@babel/types": "^7.24.0",
"@fluentui/web-components": "^2.5.17",
"ast-walker-scope": "^0.6.1",
"idb-keyval": "^6.2.1",
"jsx-dom": "^8.1.3",
"magic-string-ast": "^0.3.0"
},
"devDependencies": {
"@types/node": "^20.11.28",
"dotenv": "^16.4.5",
"esbuild": "^0.20.2",
"esbuild-css-modules-plugin": "^3.1.0",
"esno": "^4.7.0"
},
"packageManager": "[email protected]+sha256.91452fdfa46234ae447d46d5c4fc4e7e0a7058f90495c4b6f77f8beebbb154e3"
}