-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.44 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
{
"name": "@alvinhtml/js-mind",
"version": "1.0.1",
"description": "A simple chart Library",
"main": "dist/index.js",
"scripts": {
"dev": "rm -rf ./dist && webpack --mode development",
"start": "webpack-dev-server",
"lint": "npx eslint src/**/*.tsx",
"build": "rm -rf ./dist && webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alvinhtml/js-mind.git"
},
"keywords": [
"js-mind",
"mind",
"web mind",
"tree"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/alvinhtml/js-mind/issues"
},
"homepage": "https://github.com/alvinhtml/js-mind#readme",
"devDependencies": {
"@types/diff": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"autoprefixer": "^10.3.1",
"css-loader": "^6.2.0",
"eslint": "^7.32.0",
"file-loader": "^6.2.0",
"html-minifier": "^4.0.0",
"html-webpack-plugin": "^5.3.2",
"node-sass": "^6.0.1",
"normalize-scss": "^7.0.1",
"postcss-loader": "^6.1.1",
"sass-loader": "^12.1.0",
"style-loader": "^3.2.1",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.1",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1"
},
"dependencies": {
"diff": "^5.0.0",
"hidpi-canvas": "^1.0.10"
}
}