-
Notifications
You must be signed in to change notification settings - Fork 1
/
package3.json
152 lines (152 loc) · 5.22 KB
/
package3.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "@coreui/coreui-free-bootstrap-admin-template",
"version": "2.1.1",
"description": "Free Bootstrap Admin Template",
"keywords": [
"admin",
"admin panel",
"admin template",
"bootstrap",
"css",
"dashboard",
"framework",
"front-end",
"responsive",
"sass",
"ui kit",
"webapp"
],
"homepage": "https://coreui.io",
"bugs": {
"url": "https://github.com/coreui/coreui-free-bootstrap-admin-template/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "Łukasz Holeczek",
"url": "http://holeczek.pl",
"github": "https://github.com/mrholek",
"twitter": "https://twitter.com/lukaszholeczek"
},
"contributors": [
{
"name": "Andrzej Kopański",
"url": "https://github.com/xidedix"
}
],
"main": "src/index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/coreui/coreui-free-bootstrap-admin-template.git"
},
"scripts": {
"build": "npm-run-all build-clean build-copy build-vendors",
"build-clean": "rimraf dist",
"build-copy": "copyfiles -a -e \"src/scss/**/*\" -u 1 \"src/**/*\" dist/",
"build-vendors": "node build/vendors.js",
"css": "npm-run-all --parallel css-compile* --sequential css-prefix css-minify*",
"css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 src/scss/style.scss src/css/style.css",
"css-compile2": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 src/scss/custom2.scss src/css/custom2.css",
"css-compile3": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 src/scss/dataTables.scss src/css/dataTables.css",
"css-compile-vendors": "node build/vendors-sass.js",
"css-lint": "stylelint --config build/.stylelintrc --syntax scss \"src/scss/**/*.scss\"",
"css-minify": "cleancss --level 1 --source-map --source-map-inline-sources --output src/css/style.min.css src/css/style.css",
"css-prefix": "postcss --config build/postcss.config.js --replace \"src/css/*.css\" \"!src/css/*.min.css\"",
"js": "npm-run-all --parallel js-compile* js-lint*",
"js-compile": "cross-env PLUGINS=true babel src/js/src/ --out-dir src/js/ --source-maps --presets babel-preset-env minify",
"js-lint": "eslint src/js/src",
"localhost": "browser-sync start --server \"./src\" --serveStatic \"./\" --files \"!./src/js/src/**/*, ./src/**/*, !./src/scss\"",
"localhost-dist": "browser-sync start --server \"./dist\"",
"pug": "node build/pug.js",
"release-version": "node build/change-version.js",
"serve": "npm-run-all --parallel localhost watch-css watch-js",
"watch-css": "nodemon --ignore dist/ -e scss -x \"npm run css\"",
"watch-js": "nodemon --watch src/js/src/ -x \"npm run js\"",
"watch-pug": "nodemon -e pug -x \"npm run pug\""
},
"dependencies": {
"@coreui/coreui": "2.0.4",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "1.2.0",
"@coreui/icons": "0.3.0",
"bootstrap": "^3.3.7",
"bootstrap-colorpicker": "^2.5.1",
"bootstrap-datepicker": "^1.7.0",
"bootstrap-daterangepicker": "^2.1.25",
"bootstrap-slider": "^9.8.0",
"bootstrap-timepicker": "^0.5.2",
"chart.js": "^2.7.2",
"flag-icon-css": "3.0.0",
"font-awesome": "4.7.0",
"jquery": "3.3.1",
"pace-progress": "1.0.2",
"perfect-scrollbar": "1.4.0",
"popper.js": "1.14.3",
"simple-line-icons": "2.4.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.53",
"@babel/core": "^7.0.0-beta.53",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.53",
"@babel/preset-env": "^7.0.0-beta.53",
"autoprefixer": "^8.4.1",
"babel-eslint": "8.2.6",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"browser-sync": "2.24.4",
"chalk": "^2.4.1",
"clean-css-cli": "^4.1.11",
"copyfiles": "^2.0.0",
"cross-env": "^5.1.4",
"eslint": "^4.19.1",
"eslint-plugin-compat": "2.5.0",
"foreach-cli": "^1.8.0",
"node-sass": "^4.9.0",
"nodemon": "1.18.1",
"npm-run-all": "^4.1.3",
"postcss-cli": "^5.0.0",
"pug": "^2.0.3",
"rimraf": "^2.6.2",
"shelljs": "^0.8.1",
"stylelint": "^9.2.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^0.8.1",
"stylelint-scss": "^3.1.0",
"chart.js": "1.0.*",
"ckeditor": "^4.7.0",
"datatables.net": "^1.10.15",
"datatables.net-bs": "^1.10.15",
"fastclick": "^1.0.6",
"flot": "^0.8.0-alpha",
"font-awesome": "^4.7.0",
"fullcalendar": "^3.4.0",
"inputmask": "^3.3.7",
"ion-rangeslider": "^2.2.0",
"ionicons": "^3.0.0",
"jquery": "^3.2.1",
"jquery-knob": "^1.2.11",
"jquery-sparkline": "^2.4.0",
"jquery-ui": "^1.12.1",
"jvectormap": "^1.2.2",
"moment": "^2.18.1",
"morris.js": "^0.5.0",
"pace": "0.0.4",
"raphael": "^2.2.7",
"select2": "^4.0.3",
"slimscroll": "^0.9.1"
},
"engines": {
"node": ">=6"
},
"browserslist": [
"last 1 major version",
">= 1%",
"Chrome >= 45",
"Firefox >= 38",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
"Safari >= 9",
"Android >= 4.4",
"Opera >= 30"
]
}