-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.2 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.2 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
{
"name": "algorithm-visualization",
"version": "0.0.1",
"description": "A tool to visualize different algorithms",
"private": true,
"scripts": {
"test": "jest --coverage",
"build": "webpack",
"watch": "webpack --watch",
"serve": "webpack serve",
"lint": "eslint ./src --fix"
},
"dependencies": {
"@svgdotjs/svg.js": "3.0.16",
"konva": "^9.3.20"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"ts-loader": "^9.5.2",
"clean-webpack-plugin": "^4.0.0",
"eslint": "^9.25.0",
"html-webpack-plugin": "^5.6.3",
"imports-loader": "^5.0.0",
"jest": "^29.7.0",
"jest-mock-random": "^1.1.1",
"ts-jest": "^29.3.2",
"ts-mockito": "^2.6.1",
"typescript": "^5.8.3",
"webpack": "^5.99.6",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.1",
"@stylistic/eslint-plugin": "^4.2.0",
"@eslint/js": "^9.25.0",
"typescript-eslint": "^8.30.1",
"style-loader": "^4.0.0",
"css-loader": "^7.1.2"
}
}