-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.61 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
{
"name": "dynamic_island_ui",
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"test:run": "vitest",
"lint": "eslint --fix --ext .ts,.vue src",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.vue\"",
"prepare": "husky install"
},
"dependencies": {
"vue": "^3.2.37"
},
"devDependencies": {
"@commitlint/cli": "^17.0.1",
"@commitlint/config-conventional": "^17.0.0",
"@iconify-json/ic": "1.1.4",
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"@vitejs/plugin-vue": "^3.1.0",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/test-utils": "2.0.2",
"babel-eslint": "^10.1.0",
"eslint": "^8.23.1",
"eslint-formatter-pretty": "^4.1.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.5.1",
"happy-dom": "6.0.4",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"terser": "5.4.0",
"typescript": "^4.6.4",
"unocss": "0.33.4",
"vite": "^3.1.0",
"vitepress": "1.0.0-alpha.4",
"vitepress-theme-demoblock": "^1.4.2",
"vitest": "0.21.1",
"vue-tsc": "^0.40.4"
},
"repository": "https://github.com/15700064961/dynamic_island_ui"
}