-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.42 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": "react-zh-stroker",
"version": "0.2.0",
"description": "A stroke drawing React component for zh-stroke-data",
"main": "./dist/index.js",
"scripts": {
"start": "yarn watch & gulp",
"clean": "rm -rf ./dist",
"build": "rollup --config",
"watch": "rollup --config --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-component",
"zh",
"chinese",
"stroke"
],
"author": "caasi Huang",
"license": "CC0-1.0",
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"css-loader": "^1.0.0",
"gulp": "^3.9.1",
"gulp-livescript": "^2.3.0",
"gulp-pug": "^4.0.1",
"gulp-stylus": "^2.7.0",
"gulp-util": "^2.2.20",
"livescript": "^1.5.0",
"nib": "^1.1.2",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-hot-loader": "^3.1.3",
"rollup": "^2.36.1",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-livescript": "^0.1.2",
"rollup-plugin-node-builtins": "^2.1.2",
"style-loader": "^0.21.0",
"webpack": "^5.38.1",
"webpack-dev-server": "^3.11.2",
"whatwg-fetch": "^2.0.4"
},
"dependencies": {
"buffer": "^6.0.3",
"bytebuffer": "^5.0.1",
"create-react-class": "^15.7.0",
"sax": "^0.6.1",
"stream-browserify": "^3.0.0"
}
}