-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 906 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 906 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
35
36
37
38
39
40
41
{
"name": "dytips",
"version": "3.0.0",
"description": "Objetos dinámicos que se añaden debido a eventos del usuario.",
"keywords": [
"tips",
"tooltips",
"dinamicos",
"comentarios",
"toast"
],
"repository": {
"type": "git",
"url": "git+https://github.com/FedeManzano/dynamics-tips"
},
"license": "MIT",
"author": "Federico Manzano",
"main": "app.js",
"files": [
"dist/{css,js}/*.{css,js,map}",
"sass/**/*.scss",
"src/{modulos}/**/*.{js}",
"src/**/*.js",
"css/**/*.css"
],
"scripts": {
"test": "jest",
"build": "webpack"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"babel": "^5.8.38",
"babel-jest": "^30.2.0",
"babel-loader": "^10.0.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1"
}
}