-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 968 Bytes
/
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": "paper-translation-helper",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"deploy": "gh-pages -d dist",
"test": "jest"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/jest": "^29.5.14",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^5.1.5",
"async": "^3.2.6",
"cross-env": "^7.0.3",
"decode-uri-component": "^0.4.1",
"gh-pages": "^6.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"json5": "^2.2.3",
"minimatch": "^10.0.1",
"minimist": "^1.2.8",
"qs": "^6.13.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-vue-devtools": "^7.6.7"
},
"dependencies": {
"bootstrap": "^5.3.3",
"uuid": "^11.0.3",
"vue": "^3.5.13",
"vue-tsc": "^2.1.10"
}
}