-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 3 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "o2system-venus",
"version": "1.5.0",
"description": "O2System User Interface Framework",
"homepage": "https://venus.o2system.id",
"main": "./dist/venus.js",
"style": "./dist/venus.css",
"repository": {
"type": "git",
"url": "git+https://github.com/o2system/venus.git"
},
"scripts": {
"dev": "npm run webpack:watch && npm run jekyll:serve",
"development": "concurrently --kill-others \"npm run webpack:watch\" \"npm run jekyll:serve\"",
"prod": "npm run production",
"production": "npm run webpack:build && npm run jekyll:build",
"clean": "rimraf _site _data/mix-manifest.json .sass-cache .jekyll-metadata mix-manifest.json",
"jekyll:serve": "bundle exec jekyll serve",
"jekyll:build": "bundle exec jekyll build",
"webpack:watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/webpack-mix/setup/webpack.config.js",
"webpack:build": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/webpack-mix/setup/webpack.config.js"
},
"keywords": [
"o2system",
"venus",
"user interface"
],
"author": "Steeven Andrian Salim <steeven@o2system.id> (https://o2system.id/team/profile/steeven)",
"contributors": [
"Teguh Rianto <teguh@o2system.id> (https://o2system.id/team/profile/teguh)",
"Alfian Imanuddin <alfian@o2system.id> (https://o2system.id/team/profile/alfian)",
"Nur Wachid <nur.wachid@o2system.id> (https://o2system.id/team/profile/nur-wachid)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/o2system/venus/issues"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.6.1",
"autonumeric": "^4.5.1",
"bootstrap": "^4.1.3",
"bootstrap-colorpicker": "^3.0.3",
"bootstrap-datepicker": "^1.8.0",
"bootstrap-daterangepicker": "^3.0.3",
"bootstrap-filestyle2": "^2.1.0",
"bootstrap-select": "^1.13.5",
"bootstrap-tagsinput": "^0.7.1",
"bootstrap-timepicker": "^0.5.2",
"clockpicker": "0.0.7",
"dropzone": "^5.5.1",
"jquery": "^3.3.1",
"jquery-steps": "github:rstaib/jquery-steps#master",
"jquery-validation": "^1.19.0",
"metismenu": "^3.0.3",
"moment": "^2.23.0",
"nicescroll": "^3.7.4",
"o2system-espresso": "^1.0.6",
"owl.carousel": "^2.3.4",
"parsleyjs": "^2.8.1",
"popper.js": "^1.14.6",
"select2": "^4.0.6-rc.1",
"selectize": "^0.12.6",
"selectize-bootstrap4-theme": "^2.0.2",
"sweetalert2": "^7.33.1",
"switchery": "0.0.2",
"tinymce": "^4.9.2",
"toastr": "^2.1.4"
},
"devDependencies": {
"autoprefixer": "^9.4.2",
"browser-sync": "^2.26.3",
"browser-sync-webpack-plugin": "^2.2.2",
"concurrently": "^4.1.0",
"cross-env": "^5.2.0",
"cssnano": "^4.1.7",
"eslint": "^5.10.0",
"fs-extra": "^7.0.1",
"jshint": "^2.9.7",
"postcss": "^7.0.6",
"postcss-cssnext": "^3.1.0",
"postcss-unprefix": "^2.1.3",
"webpack-mix": "^2.0.2"
}
}