-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.32 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "h5-floating-menu",
"version": "1.1.3",
"description": "An independent floating menu using native h5, support for drag and configuration.",
"browser": "dist/h5-floating-menu.min.js",
"files": [
"src",
"dist",
"README.md",
"README_CN.md"
],
"scripts": {
"test": "webpack --config webpack.test.config.js",
"build": "webpack --config webpack.config.js",
"codecheck": "eslint --ext .jsx,.js,.vue,.ts,.tsx --fix src"
},
"repository": {
"type": "git",
"url": "https://github.com/congzhou09/h5-floating-menu.git"
},
"keywords": [
"javascript",
"h5",
"floating menu"
],
"author": "yuancongzhou",
"license": "ISC",
"bugs": {
"url": "https://github.com/congzhou09/h5-floating-menu/issues"
},
"homepage": "https://github.com/congzhou09/h5-floating-menu#readme",
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.19.4",
"@babel/runtime": "^7.12.1",
"@babel/runtime-corejs3": "^7.12.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.0.1",
"eslint": "^8.26.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.1.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}