forked from jesperlandberg/JScroll
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 823 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 823 Bytes
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
{
"name": "@twotwentytwo/jscroll",
"version": "1.0.7",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode development --watch",
"build": "webpack --mode production",
"clean": "rm -rf dist/*"
},
"author": "Jesper Landberg",
"license": "MIT",
"dependencies": {
"lodash.debounce": "^4.0.8",
"tiny-emitter": "^2.1.0",
"virtual-scroll": "^1.5.1"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-private-methods": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"babel-loader": "^8.0.6",
"cssnano": "^4.1.10",
"sass": "^1.22.12",
"webpack": "^5.0.0-beta.7",
"webpack-cli": "^3.3.10"
}
}