-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
31 lines (27 loc) · 1.2 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
{
"name": "vccrlib",
"version": "0.3.0",
"repository": "https://github.com/garywill/cc-visualize",
"homepage": "https://github.com/garywill/cc-visualize",
"description": "vccrlib (Visualize Chinese Charactors Relations Library) is a JavaScript library for nodejs and web",
"scripts": {
"test": "echo \"Error: no test specified\" && exit"
},
"author": "Garywill",
"license": "MIT",
"dependencies": {
},
"devDependencies": {
"html-webpack-plugin": "^5.6.0",
"lodash": "^4.17.21",
"preprocess": "^3.2.0",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"@xmldom/xmldom": "^0.8.2",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"sass-loader": "^13.2.2",
"style-loader": "^3.3.2"
},
"keywords": ["chinese-characters", "character-variants", "unicode", "unihan", "ucd", "cjk", "chinese-conversion", "duplicate-unicode", "unicode-compatibility-characters", "opencc", "ideographs", "zero-width-space", "combining-unicode-characters", "non-printable", "zero-width-character", "invisible-characters", "anti-homograph-attack", "anti-punycode-attack", "anti-punycode-phishing", "中文", "汉字", "繁简转换", "Hanzi", "Kanji", "Hanja"]
}