-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
55 lines (55 loc) · 1.47 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": "@tannerhodges/match-height",
"version": "1.1.3",
"description": "Simple JavaScript plugin to make different elements the same height.",
"keywords": [
"match",
"height",
"match-height",
"equal",
"equalize"
],
"repository": {
"type": "git",
"url": "https://github.com/tannerhodges/match-height.git"
},
"private": false,
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"main": "docs/match-height.js",
"files": [
"docs/match-height.js"
],
"scripts": {
"build": "webpack",
"start": "webpack-dev-server"
},
"bugs": {
"url": "https://github.com/tannerhodges/match-height/issues"
},
"homepage": "https://github.com/tannerhodges/match-height#readme",
"dependencies": {
"element-closest": "^3.0.2"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-transform-spread": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"babel-loader": "^8.2.3",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"stylelint": "^13.13.1",
"stylelint-config-property-sort-order-smacss": "^7.1.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0",
"webpack": "^5.60.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1"
},
"author": "Tanner Hodges <[email protected]>",
"license": "MIT"
}