-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.01 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
{
"name": "yskra-web-client",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "vite",
"emulator": "vite build --mode emulator",
"build": "vite build"
},
"browserslist": [
"defaults",
"Chrome >= 60"
],
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@ameinhardt/unocss-preset-daisy": "^1.1.8",
"@iconify-json/mingcute": "^1.2.5",
"@unocss/reset": "66.4.2",
"postcss": "^8.5.6",
"postcss-nested": "^7.0.2",
"postcss-preset-env": "^10.2.4",
"unocss": "66.4.2",
"vite": "^7.1.3"
},
"devDependencies": {
"@antfu/eslint-config": "^5.2.1",
"@unocss/eslint-plugin": "66.4.2",
"@webos-tools/cli": "^3.2.1",
"eslint": "^9.33.0",
"eslint-plugin-format": "^1.0.1",
"eslint-plugin-jsdoc": "^54.1.1"
},
"packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b"
}