-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.15 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
{
"name": "body-ui",
"version": "3.5.6",
"description": "v3.5.6 de la librería de estilos CSS BodyStyle",
"main": "dist/js/bodystyle.js",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FedericoManzano/bodystyle"
},
"files": [
"dist/{css,js}/*.{css,js,map}",
"src/{modulos}/**/*.{js}",
"src/**/*.js",
"sass/**/*.scss"
],
"keywords": [
"librería",
"css",
"framework",
"ui",
"sass"
],
"author": "Federico Manzano",
"license": "MIT",
"style": "dist/css/bodystyle.css",
"sass": "sass/bodystyle.scss",
"dependencies": {
"dynamics-tips": "^1.8.0",
"jquery": "^3.5.1",
"show-sintax": "^1.1.1"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"acorn": "^8.0.1",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"braces": "^3.0.2",
"css-loader": "^5.0.0",
"kind-of": "^6.0.3",
"lodash": "^4.17.19",
"minimist": "^1.2.5",
"style-loader": "^2.0.0",
"webpack": "^5.1.3",
"webpack-cli": "^4.1.0"
}
}