-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
91 lines (91 loc) · 3.48 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "ai-tools",
"version": "0.1.0",
"scripts": {
"dev:app": "uni -p app",
"dev:custom": "uni -p",
"dev:h5": "uni",
"dev:h5:ssr": "uni --ssr",
"dev:mp-alipay": "uni -p mp-alipay",
"dev:mp-baidu": "uni -p mp-baidu",
"dev:mp-kuaishou": "uni -p mp-kuaishou",
"dev:mp-lark": "uni -p mp-lark",
"dev:mp-qq": "uni -p mp-qq",
"dev:mp-toutiao": "uni -p mp-toutiao",
"dev:mp-weixin": "uni -p mp-weixin",
"dev:quickapp-webview": "uni -p quickapp-webview",
"dev:quickapp-webview-huawei": "uni -p quickapp-webview-huawei",
"dev:quickapp-webview-union": "uni -p quickapp-webview-union",
"build:app": "uni build -p app",
"build:custom": "uni build -p",
"build:h5": "uni build",
"build:h5:ssr": "uni build --ssr",
"build:mp-alipay": "uni build -p mp-alipay",
"build:mp-baidu": "uni build -p mp-baidu",
"build:mp-kuaishou": "uni build -p mp-kuaishou",
"build:mp-lark": "uni build -p mp-lark",
"build:mp-qq": "uni build -p mp-qq",
"build:mp-toutiao": "uni build -p mp-toutiao",
"build:mp-weixin": "uni build -p mp-weixin",
"build:quickapp-webview": "uni build -p quickapp-webview",
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
"lint": "eslint .",
"lint:fix": "nr lint --fix"
},
"dependencies": {
"@dcloudio/uni-app": "3.0.0-alpha-3070620230227001",
"@dcloudio/uni-app-plus": "3.0.0-alpha-3070620230227001",
"@dcloudio/uni-components": "3.0.0-alpha-3070620230227001",
"@dcloudio/uni-h5": "3.0.0-alpha-3070620230227001",
"@dcloudio/uni-mp-alipay": "3.0.0-alpha-3070620230227001",
"@dcloudio/uni-mp-baidu": "3.0.0-alpha-3070620230227001",
"@dcloudio/uni-mp-kuaishou": "3.0.0-alpha-3070620230227001",
"@dcloudio/uni-mp-lark": "3.0.0-alpha-3070620230227001",
"@dcloudio/uni-mp-qq": "3.0.0-alpha-3070620230227001",
"@dcloudio/uni-mp-toutiao": "3.0.0-alpha-3070620230227001",
"@dcloudio/uni-mp-weixin": "3.0.0-alpha-3070620230227001",
"@dcloudio/uni-quickapp-webview": "3.0.0-alpha-3070620230227001",
"@dcloudio/uni-ui": "^1.4.26",
"ano-ui": "^0.6.3",
"clipboard": "^2.0.11",
"dayjs": "^1.11.7",
"lodash-es": "^4.17.21",
"pinia": "^2.0.32",
"pinia-persistedstate-plugin": "^0.1.0",
"uview-plus": "^3.1.28",
"vk-uview-ui": "^1.4.4",
"vue": "^3.2.47",
"vue-demi": "^0.13.11",
"vue-i18n": "^9.2.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.2",
"@dcloudio/types": "^3.2.11",
"@dcloudio/uni-automator": "3.0.0-alpha-3070620230227001",
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3070620230227001",
"@dcloudio/uni-stacktracey": "3.0.0-alpha-3070620230227001",
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-3070620230227001",
"@iconify-json/carbon": "^1.1.15",
"@iconify-json/mdi": "^1.1.47",
"@iconify/json": "^2.2.30",
"@rollup/plugin-commonjs": "^24.0.1",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.14.0",
"@uni-helper/vite-plugin-uni-components": "^0.0.3",
"@uni-helper/vite-plugin-uni-layouts": "^0.0.2",
"@unocss/eslint-config": "^0.49.8",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.34.0",
"jest": "^29.4.3",
"postcss": "^8.4.21",
"sass": "^1.58.3",
"terser": "^5.16.4",
"typescript": "^4.9.5",
"unocss": "^0.49.8",
"unocss-applet": "^0.3.2",
"unplugin-auto-import": "^0.14.4",
"vite": "^4.0.3",
"vite-plugin-inspect": "^0.7.15"
}
}