-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.11 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
{
"name": "visual-tree",
"version": "1.0.3",
"description": "Visual Tree",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "webpack-cli serve --mode development",
"build": "webpack"
},
"keywords": [
"TypeScript",
"Browser"
],
"dependencies": {
"eslint-config-airbnb": "^19.0.4",
"konva": "^8.4.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"babel-core": "^6.26.3",
"babel-loader": "^9.1.2",
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.32.0",
"html-webpack-plugin": "^5.5.0",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"homepage": "https://github.com/m-elbably/visual-tree",
"author": "Mohamed El-Bably",
"license": "MIT"
}