-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.22 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
{
"name": "nnnnzs.cn",
"author": {
"name": "NNNNzs"
},
"version": "0.2.0",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "cross-env HOST=127.0.0.1 PORT=3002 nuxt dev --host",
"start": "cross-env HOST=0.0.0.0 PORT=4000 node .output/server/index.mjs",
"start:docker": "node .output/server/index.mjs",
"g": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"pm2": "pm2 start ./bin/ecosystem.config.cjs --only nnnnzs.cn",
"changelog": "conventional-changelog -p custom-config -i CHANGELOG.md -s -r 0 -n ./bin/changelog-option.cjs",
"scp": "./bin/build.sh"
},
"devDependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"@types/wordcloud": "^1.2.2",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"autoprefixer": "^10.4.19",
"compare-func": "^2.0.0",
"conventional-changelog": "^6.0.0",
"conventional-changelog-cli": "^5.0.0",
"conventional-changelog-custom-config": "^0.3.1",
"cross-env": "^7.0.3",
"husky": "^9.0.11",
"nuxt": "^3.11.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"vue-demi": "^0.14.8"
},
"resolutions": {
"consola": "^3.0.0"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@ant-design/icons-vue": "^7.0.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@docsearch/js": "^3.6.0",
"@nuxtjs/algolia": "^1.10.2",
"@nuxtjs/sitemap": "^5.2.2",
"@pinia/nuxt": "^0.5.1",
"@types/three": "^0.165.0",
"@vant/nuxt": "^1.0.5",
"axios": "^1.7.2",
"cryptojs": "^2.5.3",
"dayjs": "^1.11.11",
"element-plus": "^2.7.3",
"exifr": "^7.1.3",
"gitalk": "^1.8.0",
"heic2any": "^0.0.4",
"less": "^4.2.0",
"lodash-es": "^4.17.21",
"md-editor-v3": "^4.15.0",
"ol": "^9.2.2",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"sass": "^1.77.2",
"three": "^0.164.1",
"unplugin-vue-components": "^0.27.0",
"vant": "^4.9.1",
"vite-plugin-svg-icons": "^2.0.1",
"vue-instantsearch": "^4.16.2",
"vue-picture-cropper": "^0.7.0",
"wordcloud": "^1.2.2"
}
}