-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 900 Bytes
/
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
{
"name": "pep-tooltips",
"version": "1.2.0",
"description": "Enable tooltips with an attribute",
"main": "dist/webpack.bundle.esm.js",
"dependencies": {
"@popperjs/core": "^2.9.2",
"wicked-elements": "^3.1.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.22.10",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-terser": "^0.4.3",
"rollup": "^2.79.1"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pepsico-ecommerce/pep-tooltips.git"
},
"keywords": [
"UI"
],
"author": "Chris Richards",
"license": "ISC",
"bugs": {
"url": "https://github.com/pepsico-ecommerce/pep-tooltips/issues"
},
"homepage": "https://github.com/pepsico-ecommerce/pep-tooltips#readme"
}