-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.57 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.57 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
{
"name": "just4",
"version": "1.0.0",
"description": "A JavaScript library to make things just easier.",
"repository": {
"type": "git",
"url": "git+https://github.com/heeroluo/just4"
},
"author": {
"name": "Mr.Luo",
"email": "heeroluo@126.com",
"url": "https://mrluo.life/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/heeroluo/just4/issues"
},
"homepage": "https://github.com/heeroluo/just4#readme",
"engines": {
"node": ">=20.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-class-properties": "^7.25.7",
"@babel/plugin-transform-json-strings": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"babel-loader": "^8.4.1",
"copy-webpack-plugin": "^6.4.1",
"core-js": "^3.38.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"eslint-plugin-sonarjs": "^0.25.1",
"eslint-webpack-plugin": "^2.7.0",
"glob": "^11.0.0",
"html-webpack-plugin": "^4.5.2",
"miniprogram-api-typings": "^4.0.1",
"mitt": "^3.0.1",
"rimraf": "^6.0.1",
"sockjs-client": "~1.5.2",
"terser": "^5.34.1",
"ts-loader": "^8.4.0",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typedoc": "^0.26.9",
"typescript": "~5.5.3",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3",
"webpack-merge": "^5.8.0"
},
"private": true
}