-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.54 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
{
"name": "o2system-venus-ui",
"version": "1.5.11",
"description": "O2System User Interface Framework",
"homepage": "https://venus.o2system.id/ui",
"main": "src/main.js",
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/o2system-blender/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/o2system-blender/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/o2system-blender/setup/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/o2system/venus-ui.git"
},
"keywords": [
"o2system",
"venus",
"user interface",
"Bootstrap 4"
],
"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)",
"Nur Wachid <nur.wachid@o2system.id> (https://o2system.id/team/profile/nur-wachid)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/o2system/venus-ui/issues"
},
"devDependencies": {
"axios": "^0.19",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "2.0.1",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^5.1",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"lodash": "^4.17.13",
"mini-css-extract-plugin": "^0.8.0",
"o2system-blender": "^2.1.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"resolve-url-loader": "^2.3.1",
"sass": "^1.15.2",
"sass-loader": "^7.1.0",
"style-loader": "^1.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"@fortawesome/fontawesome-free": "^5.7.1",
"bootstrap": "^4.2.1",
"jquery": "^3.3.1",
"offline-js": "^0.7.19",
"pace-js-amd-fix": "^1.0.5",
"pace-progress": "github:o2system/pace",
"perfect-scrollbar": "^1.4.0",
"popper.js": "^1.14.7"
},
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
]
}