-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
66 lines (66 loc) · 1.86 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "ts-algorithm",
"version": "1.0.0",
"description": "ts-algorithm",
"main": "index.js",
"scripts": {
"test": "jest --config ./jest.config.js",
"coverage": "npm run test -- --coverage",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/981377660LMT/algorithm-study.git"
},
"keywords": [],
"author": "草莓奶昔",
"license": "ISC",
"bugs": {
"url": "https://github.com/981377660LMT/algorithm-study/issues"
},
"homepage": "https://github.com/981377660LMT/algorithm-study#readme",
"dependencies": {
"antlr4ts": "^0.5.0-alpha.4",
"antlr4ts-cli": "^0.5.0-alpha.4",
"collections": "^5.1.12",
"datastructures-js": "^10.2.0",
"immutable": "^4.3.1",
"lodash": "^4.17.21",
"magic-string": "^0.30.11",
"markdown-it": "^14.1.0",
"mathjs": "^12.4.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript-collections": "^1.3.3",
"vlq": "^2.0.4",
"xmldom": "^0.6.0",
"xpath": "^0.0.32",
"zone.js": "^0.14.7"
},
"devDependencies": {
"@babel/generator": "^7.25.6",
"@babel/parser": "^7.25.6",
"@babel/traverse": "^7.25.6",
"@types/collections": "^5.1.2",
"@types/eslint": "^8.4.5",
"@types/jest": "^27.0.1",
"@types/lodash": "^4.14.186",
"@types/markdown-it": "^14.1.2",
"@types/node": "^20.4.2",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/sort-array": "^2.0.0",
"@types/xmldom": "^0.1.31",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"@vue/reactivity": "^3.4.33",
"eslint": "^8.21.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^27.1.0",
"patch-package": "^8.0.0",
"rxjs": "^7.8.1",
"ts-jest": "^27.0.5",
"ts-node-dev": "^2.0.0"
}
}