-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.39 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.39 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "src",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "cross-env NODE_ENV=production vite build",
"watch": "cross-env NODE_ENV=development VITE_WATCH=1 vite build --watch --mode development",
"dev": "pnpm run watch",
"watch-prod": "cross-env NODE_ENV=production VITE_WATCH=1 vite build --watch --mode production",
"test": "jest --clearCache && jest --config ./jest.config.ts --coverage"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.13.5",
"class-transformer": "^0.5.1",
"jsqr": "^1.4.0",
"lodash-es": "^4.17.23",
"markdown-it": "^14.1.1",
"qrcode.vue": "^3.8.0",
"reflect-metadata": "^0.2.2",
"sortablejs": "^1.15.7",
"tslib": "^2.8.1",
"version-clean": "^1.10.0",
"version-compare": "^3.12.0",
"vue": "^3.5.28",
"vue-i18n": "^11.2.8",
"vue-json-pretty": "^2.6.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@testing-library/jest-dom": "^6.9.1",
"@types/jest": "^30.0.0",
"@types/lodash-es": "^4.17.12",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.19.11",
"@types/webpack-env": "^1.18.8",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/compiler-sfc": "^3.5.28",
"@vue/test-utils": "^2.4.6",
"@vue/vue3-jest": "^29.2.6",
"babel-jest": "^30.2.0",
"cross-env": "^7.0.3",
"dotenv": "^16.6.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jest-junit": "^16.0.0",
"jest-serializer-vue": "^3.1.0",
"lodash": "^4.17.23",
"sass": "^1.97.3",
"ssh2-sftp-client": "^12.0.1",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vue-test": "^1.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"core-js",
"unrs-resolver",
"@parcel/watcher",
"cpu-features",
"esbuild",
"ssh2"
]
},
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
},
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
}