-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.25 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
{
"name": "octcases",
"version": "0.1.0",
"private": true,
"description": "OCTcases app",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@ionic/cli": "^7.2.0",
"@ionic/core": "^8.2.0",
"@ionic/vue": "^8.2.0",
"@ionic/vue-router": "^8.2.0",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/compiler-sfc": "^3.4.15",
"core-js": "^3.24.1",
"eslint-plugin-vue": "^9.3.0",
"ionicons": "^7.2.2",
"marked": "^12.0.1",
"natural-orderby": "^3.0.2",
"register-service-worker": "^1.7.1",
"viewerjs": "^1.10.1",
"vue": "^3.4.27",
"vue-gtag": "^2.0.1",
"vue-router": "^4.3.2",
"webpack": "^5.74.0"
},
"devDependencies": {
"@babel/plugin-transform-private-methods": "^7.23.3",
"@capacitor/cli": "^5.7.3",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-e2e-cypress": "^5.0.8",
"@vue/cli-plugin-pwa": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/test-utils": "^2.0.2",
"eslint": "^8.57.0",
"postcss-loader": "^8.1.1",
"typescript": "^5.4.2"
}
}