forked from MagicalAstrogy/MagVarUpdate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.1 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "mag-variable-update",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build:webpack-example": "webpack -c ./example_src/webpack.config.js",
"build:dev": "webpack --mode development",
"build": "webpack --mode production",
"watch": "webpack --mode development --watch --progress",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
"lint:fix": "eslint . --ext .ts,.tsx,.js,.jsx --fix",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,scss,md}\"",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"packageManager": "yarn@3.4.1",
"repository": {
"type": "git",
"url": "https://github.com/MagicalAstrogy/MagVarUpdate"
},
"browserslist": [
"last 2 chrome versions",
"last 2 firefox versions",
"edge >= 114",
"safari >= 16",
"not dead"
],
"private": true,
"ts-node": {
"compilerOptions": {
"module": "CommonJS"
}
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@types/jest": "^29.5.14",
"@types/jquery": "^3.5.32",
"@types/jqueryui": "^1.12.24",
"@types/lodash": "^4.17.16",
"@types/toastr": "^2.1.43",
"@types/webpack": "^5.28.5",
"@typescript-eslint/parser": "^8.32.1",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.5",
"eslint-import-resolver-typescript": "^4.4.3",
"eslint-plugin-import-x": "^4.15.2",
"eslint-webpack-plugin": "^5.0.2",
"html-webpack-plugin": "^5.6.3",
"jest": "^29.7.0",
"nodemon": "^3.1.10",
"prettier": "^3.5.3",
"socket.io": "^4.8.1",
"terser-webpack-plugin": "^5.3.14",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"webpack": "^5.99.8",
"webpack-cli": "^5.1.4",
"yaml": "^2.8.0"
}
}