-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 2.77 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
92
93
94
95
96
97
98
99
100
{
"name": "nuxtjs-admin",
"version": "1.0.0",
"description": "Management platform using NuxtJS.",
"main": "index.js",
"typings": "./types",
"license": "MIT",
"dependencies": {
"@alicloud/pop-core": "^1.7.10",
"@kenote/config": "latest",
"@kenote/core": "latest",
"@kenote/koa": "latest",
"@kenote/koa-passport": "latest",
"@kenote/koa-session": "latest",
"@kenote/mailer": "latest",
"@kenote/mongoose": "latest",
"@kenote/protobuf": "latest",
"@kenote/upload": "latest",
"@typegoose/typegoose": "^8.2.0",
"archiver": "^5.3.0",
"axios": "^0.21.1",
"dayjs": "^1.10.5",
"element-ui": "^2.15.6",
"file-saver": "^2.0.5",
"gbk.js": "^0.3.0",
"is-blob": "^2.1.0",
"koa-redis": "^4.0.1",
"lodash": "^4.17.20",
"log4js": "^6.3.0",
"mongoose": "^5.13.5",
"nunjucks": "^3.2.2",
"nuxt": "^2.15.7",
"nuxt-property-decorator": "^2.9.1",
"parse-string": "^1.2.4",
"passport-jwt": "^4.0.0",
"query-string": "^6.14.1",
"redis": "^3.1.2",
"runscript": "^1.5.1",
"unzipper": "^0.10.11",
"url-parse": "^1.5.1",
"uuid": "^3.4.0",
"v-clipboard": "^2.2.3",
"vditor": "^3.8.4",
"vue-codemirror": "^4.0.6",
"vue-cropperjs": "^4.2.0",
"vue-fragment": "1.5.1",
"vue2-perfect-scrollbar": "^1.5.0",
"xlsx": "^0.17.1"
},
"devDependencies": {
"@nuxt/components": "^2.2.1",
"@nuxt/types": "^2.15.7",
"@nuxt/typescript-build": "^2.1.0",
"@types/archiver": "^5.1.1",
"@types/bytes": "^3.1.0",
"@types/file-saver": "^2.0.3",
"@types/ioredis": "^4.27.8",
"@types/koa-redis": "^3.0.3",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.25",
"@types/nunjucks": "^3.1.4",
"@types/passport-jwt": "^3.0.4",
"@types/unzipper": "^0.10.4",
"@types/url-parse": "^1.4.3",
"@types/uuid": "^3.4.9",
"@types/vue-cropperjs": "^4.1.1",
"@types/ws": "^7.4.7",
"babel-plugin-component": "^1.1.1",
"cross-env": "^7.0.3",
"node-sass": "^4.14.1",
"nodemon": "^2.0.7",
"sass-loader": "^10.1.1",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"tscpaths": "^0.0.9",
"tslint": "^6.1.3",
"typescript": "^3.9.7"
},
"scripts": {
"dev": "nodemon --config nodemon.json ./server/index.ts",
"initdata": "nodemon --config nodemon.json ./server/scripts/initdata.ts",
"build": "nuxt build && rm -rf ./dist && tsc --project server/tsconfig.production.json && tscpaths -p server/tsconfig.production.json -s ./server -o ./dist",
"build:nuxt": "nuxt build",
"start": "cross-env NODE_ENV=production node ./dist/index.js"
},
"engines": {
"node": ">=14"
},
"os": [
"darwin",
"linux"
],
"keywords": [
"kenote",
"nuxtjs",
"vue",
"koa",
"typescript"
]
}