-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.67 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
{
"name": "nuxt-app",
"private": true,
"version": "1.0.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"pm2-script": "pm2 start ecosystem.config.js",
"ca-script": "mkcert create-ca --organization zzx-192 --key zzx-192-ca.key --cert zzx-192-ca.cert",
"cert-script": "mkcert create-cert --ca-key zzx-192-ca.key --ca-cert zzx-192-ca.cert --key zzx-192.key --cert zzx-192.cert --domain 192.168.1.37"
},
"devDependencies": {
"@element-plus/nuxt": "^1.0.5",
"@faker-js/faker": "^8.0.2",
"@iconify-json/bi": "^1.1.23",
"@iconify-json/carbon": "^1.1.19",
"@iconify-json/ep": "^1.1.12",
"@iconify-json/mdi": "^1.1.54",
"@iconify-json/mingcute": "^1.1.9",
"@nuxt/devtools": "latest",
"@nuxthq/ui": "latest",
"@types/node": "^18.17.1",
"@unocss/nuxt": "^0.54.1",
"@vueuse/core": "^10.3.0",
"@vueuse/nuxt": "^10.3.0",
"msw": "^1.3.0",
"naive-ui": "^2.34.4",
"nuxt": "^3.6.5",
"sass": "^1.64.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2"
},
"dependencies": {
"@antv/g2plot": "^2.4.31",
"@antv/l7": "^2.18.0",
"@antv/l7plot": "^0.5.5",
"@iconify/tools": "^3.0.4",
"@pinia-plugin-persistedstate/nuxt": "^1.1.2",
"@pinia/nuxt": "^0.4.11",
"@prisma/client": "^5.1.1",
"classnames": "^2.3.2",
"dayjs": "^1.11.9",
"gsap": "^3.12.2",
"jsonpath-plus": "^7.2.0",
"lodash": "^4.17.21",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"xlsx": "^0.18.5"
},
"msw": {
"workerDirectory": "public"
}
}