-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 2.98 KB
/
Copy pathpackage.json
File metadata and controls
105 lines (105 loc) · 2.98 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
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
101
102
103
104
105
{
"name": "examples",
"version": "2.0.0",
"description": "## 目录结构",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "shfshanyue",
"license": "ISC",
"dependencies": {
"@apollo/client": "^3.9.7",
"@babel/cli": "^7.23.9",
"@babel/parser": "^7.24.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@graphql-tools/schema": "^10.0.3",
"@inquirer/password": "^2.1.0",
"@inquirer/select": "^2.2.0",
"@reflink/reflink": "^0.1.16",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-html": "^1.0.3",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-replace": "^5.0.5",
"@types/lodash": "^4.17.0",
"@types/mermaid": "^9.2.0",
"@types/node": "^20.11.28",
"@types/ws": "^8.5.10",
"ansi-regex": "^6.0.1",
"apollo-server": "^3.13.0",
"apollo-server-plugin-response-cache": "^3.8.2",
"autoprefixer": "^10.4.18",
"browserslist": "^4.23.0",
"buffer": "^6.0.3",
"chokidar": "^3.6.0",
"compression-webpack-plugin": "^11.1.0",
"core-js": "^3.36.0",
"core-js-pure": "^3.36.0",
"crypto-hash": "^3.0.0",
"crypto-js": "^4.2.0",
"css-loader": "^6.10.0",
"dt-sql-parser": "^4.0.0-beta.4.11",
"eslint": "^8.57.0",
"express": "^4.18.3",
"fast-json-stringify": "^5.13.0",
"fastify": "^4.26.2",
"fs-extra": "^11.2.0",
"get-stream": "^9.0.0",
"graceful-fs": "^4.2.11",
"graphql": "^16.8.1",
"has-ansi": "^5.0.1",
"html-webpack-plugin": "^5.6.0",
"iconv-lite": "^0.6.3",
"inquirer": "^9.2.16",
"js-yaml": "^4.1.0",
"json5": "^2.2.3",
"koa": "^2.15.1",
"mathjs": "^12.4.1",
"mermaid": "^10.9.0",
"micro": "^10.0.1",
"midash": "^1.0.3",
"mini-css-extract-plugin": "^2.8.1",
"ms": "^2.1.3",
"mustache": "^4.2.0",
"mute-stream": "^1.0.0",
"nodemon": "^3.1.0",
"p-queue": "^8.0.1",
"postcss": "^8.4.35",
"postcss-nested": "^6.0.1",
"prettier": "^3.2.5",
"raw-body": "^2.5.2",
"raw-loader": "^4.0.2",
"remark-parse": "^11.0.0",
"rollup": "^4.13.0",
"serve": "^14.2.1",
"slow-json-stringify": "^2.0.1",
"style-loader": "^3.3.4",
"terser": "^5.29.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"undici": "^6.9.0",
"use-debounce": "^10.0.0",
"webpack": "^5.90.3",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.3",
"wrap-ansi": "^9.0.0",
"ws": "^8.16.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@babel/core": "^7.24.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shfshanyue/node-examples.git"
},
"bugs": {
"url": "https://github.com/shfshanyue/node-examples/issues"
},
"homepage": "https://github.com/shfshanyue/node-examples#readme"
}