-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.39 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.39 KB
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
{
"name": "easyapi-table",
"version": "1.0.1",
"private": true,
"type": "module",
"description": "EasyAPI表格系统",
"author": "EasyAPI <leida@easyapi.com>",
"scripts": {
"dev": "nuxi dev --dotenv .env.development",
"build": "nuxi build --dotenv .env.production",
"generate": "nuxi generate --dotenv .env.production",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"pm2": "pm2 delete easyapi-table \n pm2 start npm --name 'easyapi-table' -- run start",
"preview": "nuxi preview",
"start": "cross-env NODE_ENV=production PORT=7282 nuxt start "
},
"dependencies": {
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"nuxt": "^3.10.2",
"quill-vue3": "^3.2.45"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.4",
"@element-plus/icons-vue": "^2.3.1",
"@element-plus/nuxt": "^1.0.7",
"@nuxt/kit": "^3.10.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/tailwindcss": "^6.11.4",
"@pinia/nuxt": "^0.5.1",
"@tailwindcss/typography": "^0.5.10",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.18",
"consola": "^3.2.3",
"cross-env": "^7.0.3",
"element-plus": "^2.5.5",
"eslint": "^8.56.0",
"postcss-custom-properties": "^13.3.4",
"sass": "^1.70.0",
"sass-loader": "^14.1.0",
"typescript": "^5.3.3",
"vite-plugin-svg-icons": "^2.0.1"
}
}