-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 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
{
"name": "wnr-jr",
"version": "1.0.3",
"description": "It's the web demo of wnr, a work/rest timer app with strong expansibility for devices. ",
"scripts": {
"dev": "vue-cli-service serve",
"web": "vue-cli-service build --mode web && npx cap serve",
"build": "vue-cli-service build --mode web",
"d": "yarn run dev",
"w": "yarn run web"
},
"repository": {
"type": "git",
"url": "https://github.com/RoderickQiu/wnr-jr.git"
},
"author": "RoderickQiu",
"license": "MPL-2.0",
"homepage": "https://wnr-jr.scris.top",
"appId": "com.scrisstudio.wnrjr",
"copyright": "(c) Roderick Qiu",
"productName": "wnr-jr",
"dependencies": {
"@capacitor/cli": "^1.5.0",
"@capacitor/core": "^1.5.0",
"@ionic/pwa-elements": "^1.4.2",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.5.0",
"core-js": "^2.6.5",
"register-service-worker": "^1.6.2",
"vue": "^2.6.11",
"vue-i18n": "^8.15.3",
"vue-router": "^3.1.5",
"vuex": "^3.1.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"vue-template-compiler": "^2.6.11"
}
}