-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.17 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
{
"name": "lock-body-scroll",
"version": "1.0.0",
"description": "Lock/unlock body scrolling when modal is opened",
"main": "index.js",
"browser": "dist/lock-body-scroll.min.js",
"repository": "https://github.com/clarkdo/lock-body-scroll",
"author": "Clark Du ([email protected])",
"license": "MIT",
"files": [
"dist",
"src"
],
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"test": "jest --coverage",
"build": "yarn build:client && yarn build:server",
"build:client": "bili --format umd,umd-min",
"build:server": "bili --format cjs --target node",
"release": "standard-version"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
"babel-core": "^7.0.0-bridge",
"babel-jest": "^23.6.0",
"bili": "^3.1.2",
"codecov": "^3.1.0",
"eslint": "^5.6.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.24.1",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^23.6.0",
"standard-version": "^4.4.0"
}
}