forked from elinuxboy/CodeSameples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 950 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 950 Bytes
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
{
"name": "internalappsample",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"serve": "cd ./vue && yarn serve",
"build": "cd ./vue && npx yarn install && npx yarn build"
},
"dependencies": {
"@wecom/crypto": "^1.0.1",
"axios": "^0.21.1",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"dayjs": "^1.11.5",
"debug": "~2.6.9",
"ejs": "^3.1.8",
"express": "~4.16.1",
"express-fileupload": "^1.2.1",
"express-session": "^1.17.3",
"form-data": "^4.0.0",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"morgan": "~1.9.1",
"node-localstorage": "^2.2.1",
"raw-body": "^2.5.1",
"url-parse": "^1.5.3",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.16.0",
"typescript": "^4.3.5"
}
}