-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 869 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 869 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
31
32
33
34
{
"name": "@wide/modulus-slider",
"version": "4.0.1",
"license": "MIT",
"author": "Aymeric Assier (https://github.com/myeti)",
"contributors": [
"Aymeric Assier (https://github.com/myeti)",
"Julien Martins Da Costa (https://github.com/jdacosta)",
"Sébastien Robillard (https://github.com/robiseb)"
],
"repository": {
"type": "git",
"url": "https://github.com/wide/modulus-slider.git"
},
"main": "lib",
"engines": {
"node": ">=12.18.0"
},
"scripts": {
"build": "babel src/ -d lib/ --presets=@babel/preset-env",
"prepare": "rimraf lib/ && npm run build"
},
"dependencies": {
"@wide/modulus": "^2.1.1",
"hotkeys-js": "^3.8.7",
"swiper": "^12.1.1"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.8",
"rimraf": "^3.0.2"
}
}