-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.96 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.96 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "fs-context",
"version": "2.0.0",
"scripts": {
"gen": "tsc",
"clean": "rimraf dist/native",
"check-type": "tsc --noEmit",
"prelint": "run-s gen",
"postlint": "run-s clean",
"lint": "eslint .",
"prelint:fix": "run-s gen",
"postlint:fix": "run-s clean",
"lint:fix": "eslint . --fix",
"predev": "run-s gen",
"postdev": "run-s clean",
"dev": "cross-env NODE_ENV=development webpack serve --config-name",
"prebuild": "run-s gen",
"postbuild": "run-s clean",
"build": "cross-env NODE_ENV=production webpack --config-name"
},
"author": "陨落基围虾 <3161880837@qq.com>",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.16.0",
"@turbowarp/types": "^0.0.13",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.7",
"@types/webpack-env": "^1.18.8",
"@types/yazl": "^3.3.0",
"@types/zip-webpack-plugin": "^3.0.6",
"blockly": "^11.2.0",
"copy-webpack-plugin": "^13.0.0",
"cross-env": "^10.0.0",
"css-loader": "^7.1.2",
"eslint": "^9.16.0",
"fs-extra": "^11.3.1",
"globals": "^17.3.0",
"html-webpack-plugin": "^5.6.3",
"jiti": "^2.5.1",
"npm-run-all": "^4.1.5",
"raw-loader": "^4.0.2",
"rimraf": "^6.0.1",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.9.2",
"typescript-eslint": "^8.16.0",
"url-loader": "^4.1.1",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-merge": "^6.0.1",
"webpack-sources": "*",
"webpackbar": "^7.0.0",
"yazl": "^3.3.1",
"zip-webpack-plugin": "^4.0.3"
},
"dependencies": {
"@types/md5": "^2.3.6",
"chalk": "4",
"clipcc-extension": "^0.2.0",
"md5": "^2.3.0"
}
}