-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.72 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
44
45
46
47
48
49
50
51
52
{
"name": "localstorage-manager",
"version": "0.3.2",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@vicons/antd": "^0.13.0",
"destr": "^2.0.3",
"highlight.js": "^11.11.1",
"naive-ui": "^2.41.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.30",
"@eslint/js": "^9.17.0",
"@eslint/markdown": "^6.2.1",
"@rushstack/eslint-patch": "^1.10.5",
"@tsconfig/node22": "^22.0.0",
"@types/chrome": "^0.0.293",
"@types/node": "^22.10.5",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.2.0",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^7.0.2",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"rollup-plugin-visualizer": "^5.14.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"unplugin-auto-import": "^19.0.0",
"unplugin-compression": "^0.0.6",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.7",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.2.0"
},
"packageManager": "[email protected]+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b"
}