-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 918 Bytes
/
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
{
"name": "jikeban",
"version": "1.0.0",
"description": "",
"main": "js_array.js",
"dependencies": {
"@types/core-js": "^2.5.4",
"core-js": "^3.10.0",
"core-js-pure": "^3.10.0",
"lodash": "^4.17.21",
"node-emoji": "^1.11.0",
"qs": "^6.11.0",
"query-string": "^7.1.1",
"ramda": "^0.28.0"
},
"devDependencies": {
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.16",
"@types/node-emoji": "^1.8.1",
"@types/qs": "^6.9.7",
"@types/ramda": "^0.27.39",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"eslint": "^8.23.1",
"eslint-plugin-react": "^7.31.8",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "jiangyu3",
"license": "ISC",
"repository": "https://github.com/k644606347/mini-code.git"
}