-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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
{
"name": "jinguji",
"version": "1.1.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"rome:check": "rome check .",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThinhVu/jinguji.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ThinhVu/jinguji/issues"
},
"homepage": "https://github.com/ThinhVu/jinguji#readme",
"dependencies": {
"axios": "^1.7.9",
"dayjs": "^1.11.10",
"lodash-es": "^4.17.21",
"uuid": "^9.0.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/compiler-sfc": "^3.5.13",
"conventional-changelog-cli": "^2.2.2",
"rome": "^12.0.0",
"dotenv": "^16.0.3",
"unocss": "^65.4.3",
"vite": "6.0.9",
"vite-plugin-inspect": "^10.1.0"
}
}