generated from office-dev/lumen-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.42 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
{
"name": "eoffice",
"engines": {
"node": "14.x"
},
"version": "1.0.0",
"description": "Solusi gratis untuk digitalisasi kantor anda.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"build": "mix --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/office-dev/eoffice.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/office-dev/eoffice/issues"
},
"homepage": "https://github.com/office-dev/eoffice#readme",
"devDependencies": {
"@vue/compiler-sfc": "^3.2.1",
"browser-sync": "^2.27.5",
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-mix": "^6.0.27",
"resolve-url-loader": "^4.0.0",
"sass": "^1.37.5",
"sass-loader": "^12.1.0",
"vue-loader": "^16.5.0"
},
"dependencies": {
"@coreui/icons-vue": "^2.0.0-alpha.1",
"@coreui/vue": "^4.0.0-alpha.1",
"vue": "^3.2.1",
"vue-router": "^4.0.11",
"vuex": "^4.0.2"
},
"heroku-run-build-script": true
}