-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.04 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@bornfight/b-scroll-lock",
"version": "1.0.9",
"description": "Bornfight Studio frontend micro lib for scroll locking an unlocking",
"author": {
"name": "BORNFIGHT STUDIO®",
"email": "hello@bornfight.studio",
"url": "https://www.bornfight.studio"
},
"email": "hello@bornfight.studio",
"private": false,
"main": "src/js/ScrollLock.js",
"license": "MIT",
"engines": {
"node": ">=12.16.1",
"npm": ">=6.14.2"
},
"keywords": [
"scroll",
"lock",
"unlock",
"scroll lock"
],
"scripts": {
"build": "gulp build",
"dev": "gulp",
"esdoc": "./node_modules/.bin/esdoc",
"format": "prettier --write \"src/**/*.{scss,js}\"",
"lint:scss": "stylelint 'src/**/*.scss'"
},
"repository": {
"type": "git",
"url": "https://github.com/bornfight-studio/b-scroll-lock"
},
"browserslist": [
"> 0.5%",
"last 2 versions"
],
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@babel/register": "^7.9.0",
"@namics/stylelint-bem": "^6.3.1",
"babel-plugin-add-module-exports": "^1.0.2",
"babelify": "^10.0.0",
"browser-sync": "^2.26.7",
"browserify": "^16.5.1",
"del": "^5.1.0",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"esm": "^3.2.25",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"prettier": "^2.0.5",
"stylelint": "^13.3.3",
"stylelint-config-prettier": "^8.0.1",
"stylelint-prettier": "^1.1.2",
"stylelint-scss": "^3.17.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {}
}