-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
39 lines (39 loc) · 1.77 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
{
"name": "onsen-maas-vue",
"description": "Onsen Maas reference app by Vue.js",
"version": "1.2.0",
"author": "",
"license": "MIT",
"scripts": {
"start": "swa start http://localhost:8080 --run \"npm run serve\" --api api --devserver-timeout 120000",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"check-devtools": "run-script-os",
"check-devtools:win32": "where swa >nul 2>nul || powershell write-host -foregroundcolor Yellow \"[WARN] Please install ``swa`` by ``npm install -g @azure/static-web-apps-cli``\" & where func >nul 2>nul || powershell write-host -foregroundcolor Yellow \"[WARN] Please install ``func`` by ``npm install -g azure-functions-core-tools@3 --unsafe-perm true``\"",
"check-devtools:darwin:linux": "which swa 1>/dev/null || echo \"\\033[33m[WARN] Please install \\`swa\\` by \\`npm install -g @azure/static-web-apps-cli\\`\\033[0m\"; which func 1>/dev/null || echo \"\\033[33m[WARN] Please install \\`func\\` by \\`npm install -g azure-functions-core-tools@3 --unsafe-perm true\\`\\033[0m\"",
"prepare": "npm run check-devtools"
},
"dependencies": {
"@line/liff": "^2.12.0",
"@vuelidate/core": "^2.0.0-alpha.25",
"@vuelidate/validators": "^2.0.0-alpha.21",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"vue": "^3.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^7.17.0",
"npm-run-all": "~4.1.5",
"prettier": "^2.3.2",
"run-script-os": "~1.1.6"
}
}