-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
63 lines (63 loc) · 1.58 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
{
"name": "morioh",
"version": "1.1.2",
"description": "Morioh Theme: Responsive Template with Bootstrap 4, HTML5 and Vue.js",
"main": "./dist/css/morioh.min.css",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --progress --watch --colors",
"prod": "cross-env NODE_ENV=production webpack -p --watch --progress --colors",
"start": "node ./dist/app.js"
},
"browserslist": [
"last 2 version",
"> 2%"
],
"keywords": [
"morioh",
"theme",
"bootstrap template",
"template",
"admin",
"admin panel",
"admin template",
"bootstrap",
"dashboard",
"framework",
"front-end",
"responsive",
"sass",
"ui kit",
"webapp"
],
"author": "Morioh Team <support@morioh.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Morioh-Lab/morioh.git"
},
"bugs": {
"url": "https://github.com/Morioh-Lab/morioh/issues"
},
"homepage": "https://morioh.com/www/morioh",
"devDependencies": {
"autoprefixer": "^9.8.4",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^6.0.3",
"css-loader": "^3.6.0",
"file-loader": "^5.1.0",
"mini-css-extract-plugin": "^0.8.2",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"animate.css": "^4.1.0",
"bootstrap": "^5.0.0-alpha1"
}
}