-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
68 lines (68 loc) · 1.99 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "pirra",
"version": "1.0.0",
"description": "Configuracion de entorno ------------------------",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js --progress --colors",
"watch": "webpack --watch --config webpack.config.js --progress --colors",
"build-production": "webpack --config webpack.prod.config.js --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fiqus/pirra.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fiqus/pirra/issues"
},
"homepage": "https://github.com/fiqus/pirra#readme",
"dependencies": {
"@coreui/coreui": "^2.1.16",
"@coreui/icons": "^0.3.0",
"@fortawesome/fontawesome-free": "^5.12.0",
"bootbox": "^5.4.0",
"bootstrap-datepicker": "^1.9.0",
"chart.js": "^2.9.3",
"chartjs-plugin-colorschemes": "^0.4.0",
"handlebars": "^4.5.3",
"jquery": "^3.4.1",
"jquery-form": "^4.2.2",
"jquery-mask-plugin": "^1.14.16",
"jquery-validation": "^1.19.1",
"lodash": "^4.17.15",
"pace-progressbar": "^1.0.9",
"perfect-scrollbar": "^1.4.0",
"popper.js": "^1.16.0",
"selectize": "^0.12.6",
"selectize-bootstrap4-theme": "^2.0.2",
"spin.js": "^4.1.0",
"tablesaw": "^3.1.2",
"toastr": "^2.1.4",
"trip.js": "^3.3.5"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"autoprefixer": "^9.7.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.0",
"cssnano": "^4.1.10",
"expose-loader": "^0.7.5",
"file-loader": "^4.3.0",
"imports-loader": "^0.8.0",
"mini-css-extract-plugin": "^0.8.2",
"node-sass": "^4.13.1",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"precss": "^4.0.0",
"sass-loader": "^8.0.0",
"sugarss": "^2.0.0",
"webpack": "^4.41.4",
"webpack-bundle-tracker": "^0.4.3",
"pace-progressbar": "^1.0.9",
"webpack-cli": "^3.3.10"
}
}