-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.79 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
{
"name": "woxom-health-web",
"version": "0.0.0",
"bin": {
"aws-cdk": "bin/aws-cdk.js"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore",
"cdk-deploy": "cdk deploy",
"cdk-destroy": "cdk destroy",
"cdk-synth": "cdk synth",
"cdk-watch": "cdk watch",
"test": "jest",
"build-cdk": "tsc -p tsconfig.json"
},
"dependencies": {
"@mdi/font": "7.4.47",
"axios": "^1.7.5",
"core-js": "^3.37.1",
"crypto-js": "^4.2.0",
"markdown-it": "^14.1.0",
"roboto-fontface": "*",
"vue": "^3.4.31",
"vuetify": "^3.6.11"
},
"devDependencies": {
"@babel/types": "^7.24.7",
"@types/crypto-js": "^4.2.2",
"@types/jest": "^29.5.12",
"@types/markdown-it": "^14.1.2",
"@types/node": "^20.14.10",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-typescript": "^13.0.0",
"aws-cdk-lib": "^2.156.0",
"constructs": "^10.3.0",
"dotenv": "^16.3.1",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-vuetify": "^1.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-vue": "^9.27.0",
"jest": "^29.7.0",
"pinia": "^2.1.7",
"sass": "1.77.6",
"source-map-support": "^0.5.21",
"ts-jest": "^29.1.1",
"tsx": "^4.19.0",
"typescript": "^5.4.2",
"unplugin-auto-import": "^0.17.6",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.27.2",
"unplugin-vue-router": "^0.10.7",
"vite": "^5.3.3",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-vuetify": "^2.0.3",
"vue-router": "^4.4.0",
"vue-tsc": "^2.0.26"
}
}