-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.1 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
{
"name": "@mcs-modder/next-plugin",
"version": "0.0.1",
"main": "dist/index.js",
"author": "McsModder",
"license": "MIT",
"scripts": {
"build:tsc": "tsc",
"dev:tsc": "tsc --watch",
"build": "rimraf dist && webpack --mode production && tsc --emitDeclarationOnly ",
"dev": "webpack --watch --mode development"
},
"devDependencies": {
"@eslint/create-config": "^0.4.3",
"@types/node": "^18.16.0",
"@types/split2": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"esbuild-loader": "^3.0.1",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"mcs-puerts-next": "^1.0.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.0",
"ts-loader": "^9.4.2",
"tsx": "^3.12.6",
"typescript": "^5.0.4",
"webpack": "^5.80.0",
"webpack-cli": "^5.0.2"
},
"dependencies": {
"consola": "^3.1.0",
"destr": "^1.2.2",
"open": "^9.1.0",
"queue-promise": "^2.2.1",
"split2": "^4.2.0",
"ts-morph": "^18.0.0",
"web-cholk": "^0.1.1"
}
}