-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.16 KB
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": "nmo-ecosystem",
"private": true,
"version": "1.14.514",
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint src/ --fix",
"format": "prettier --write src/"
},
"dependencies": {
"@vuepic/vue-datepicker": "^14.0.0",
"axios": "^1.18.0",
"md-editor-v3": "^6.5.1",
"mitt": "^3.0.1",
"vue": "^3.5.39",
"vue-clipboard3": "^2.0.0",
"vue-router": "^5.1.0",
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.5",
"@types/node": "^26.0.0",
"@types/sanitize-html": "^2.16.1",
"@vitejs/plugin-vue": "^6.0.7",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.8.0",
"@vue/tsconfig": "^0.9.1",
"eslint": "^10.5.0",
"eslint-plugin-vue": "~10.9.2",
"jiti": "^2.7.0",
"npm-run-all2": "^9.0.2",
"prettier": "3.8.4",
"typescript": "~6.0.3",
"vite": "^8.0.16",
"vue-tsc": "^3.3.5"
},
"allowScripts": {
"vue-demi@0.14.10": true
}
}