-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
{
"name": "javascript",
"version": "1.0.0",
"description": "学习各种javascript的知识\r #### 软件架构\r 软件架构说明",
"license": "ISC",
"author": "Radium",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://gitee.com/Agrement/javascript.git"
},
"scripts": {
"test-promise": "promises-aplus-tests ./面试题/手写Promise/index.js",
"lint-fix": "eslint ./**/* --fix ",
"prepare": "husky install",
"run": "node test.js"
},
"dependencies": {
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"esno": "^0.17.0",
"express": "^4.21.1",
"http-proxy-middleware": "^3.0.3",
"mocha": "^10.2.0",
"react-native-ezswiper": "^1.3.0",
"scheduler": "^0.23.0",
"vue": "^3.3.4",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"devDependencies": {
"@commitlint/cli": "^18.4.1",
"@commitlint/config-conventional": "^18.4.0",
"@raag/eslint-config": "^1.1.2",
"@types/node": "^20.4.5",
"@types/scheduler": "^0.16.8",
"eslint": "^8.46.0",
"husky": "^8.0.0",
"jest": "^29.6.2",
"promises-aplus-tests": "^2.1.2",
"typescript": "^5.1.6"
}
}