forked from xxxily/h5player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "h5player",
"version": "1.2.0",
"description": "h5player tampermonkey",
"author": "xxxily",
"private": true,
"scripts": {
"rollup": "rollup -w -c config/rollup.config.js",
"h5player:prod": "npm run rollup --mode-dev --proj-h5player",
"server": "node bin/staticService/index.js"
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"dayjs": "^1.8.16",
"eslint": "^6.4.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"express": "^4.17.1",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"morgan": "^1.10.0",
"rollup": "^1.21.4",
"rollup-plugin-alias": "^2.0.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"url-join": "^4.0.1"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 5.2.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}