-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.25 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
{
"name": "front-end-basics",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mhy-web/Front_end_basics.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mhy-web/Front_end_basics/issues"
},
"homepage": "https://github.com/mhy-web/Front_end_basics#readme",
"dependencies": {
"bluebird": "^3.5.1",
"dialog-polyfill": "^0.4.9",
"express": "^4.16.4",
"express-graphql": "^0.7.1",
"graphql": "^14.0.2",
"jQuery": "^1.7.4",
"koa": "^2.5.3",
"koa-router": "^7.4.0",
"mysql": "^2.15.0",
"parcel-bundler": "^1.5.1",
"request-promise": "^4.2.2",
"vue": "^2.5.16",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"@babel/cli": "7.12.10",
"@babel/preset-env": "^7.14.2",
"@types/jest": "^26.0.23",
"eslint-plugin-import": "2.22.1",
"axios": "^0.18.0",
"cheerio": "^1.0.0-rc.3",
"eslint": "^5.10.0",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-vue": "^4.5.0",
"jade": "^1.11.0",
"jest": "^26.6.3",
"lodash": "^4.17.5"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6.9.0"
}
}