-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.63 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
{
"name": "scroll-you-fools",
"version": "3.1.1",
"description": "Reverse scrolling for two columns",
"main": "dist/main.js",
"scripts": {
"prod": "webpack --mode=production --config webpack/webpack.config.js",
"dev": "webpack --mode=development --config webpack/webpack.config.js",
"deploy": "npm login && npm run prod && npm publish",
"start": "webpack-dev-server --mode=development --hot --config webpack/webpack.config.js"
},
"keywords": [
"raf",
"virtual-scroll",
"events"
],
"author": "Jérémy Levron <jeremylevron@19h47.fr> (https://19h47.fr)",
"license": "ISC",
"dependencies": {
"@19h47/clamp": "19h47/19h47-clamp",
"virtual-scroll": "^1.5.1"
},
"devDependencies": {
"@19h47/prettier-config": "^1.0.0",
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/runtime": "^7.12.1",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^3.6.5",
"eslint": "7.11.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-prettier": "^6.13.0",
"eslint-config-standard": "14.1.1",
"eslint-import-resolver-webpack": "0.13.0",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"html-webpack-plugin": "^4.3.0",
"prettier": "^2.0.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.2.0",
"webpack-notifier": "^1.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/19h47/scroll-you-fools"
}
}