-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 821 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 821 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
{
"name": "@wide/modulus-modal",
"version": "2.2.2",
"license": "MIT",
"author": "Aymeric Assier (https://github.com/myeti)",
"contributors": [
"Aymeric Assier (https://github.com/myeti)",
"Julien Martins Da Costa (https://github.com/jdacosta)"
],
"repository": {
"type": "git",
"url": "https://github.com/wide/modulus-modal.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/dom-observer": "^2.1.0",
"@wide/modulus": "^2.1.0",
"hotkeys-js": "^3.8.5"
},
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"rimraf": "^3.0.2"
}
}