-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.54 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
{
"name": "touchpad-scroll-carousel",
"version": "1.0.3",
"description": "The simple, lightweight responsive carousel that requires no dependencies and supports scroll on touchpad.",
"author": "Robin Huy",
"license": "MIT",
"homepage": "https://github.com/robinhuy/touchpad-scroll-carousel#readme",
"bugs": {
"url": "https://github.com/robinhuy/touchpad-scroll-carousel/issues"
},
"main": "dist/touchpad-scroll-carousel",
"scripts": {
"start": "webpack serve --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robinhuy/touchpad-scroll-carousel.git"
},
"keywords": [
"javascript",
"scroll",
"touchpad",
"carousel"
],
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"babel-loader": "^8.2.5",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^3.0.2",
"html-loader": "^4.2.0",
"html-minimizer-webpack-plugin": "^3.2.0",
"html-webpack-plugin": "^5.5.0",
"image-minimizer-webpack-plugin": "^2.2.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^9.0.0",
"json5": "^2.2.2",
"mini-css-extract-plugin": "^1.6.0",
"sass": "^1.55.0",
"sass-loader": "^12.1.0",
"terser-webpack-plugin": "^5.3.6",
"url-loader": "^4.1.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.8.0"
}
}