-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
125 lines (125 loc) · 4.51 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "reactive-zrender",
"version": "0.0.0",
"description": "A zrender-based declarative design drawing library.",
"keywords": [
"zrender",
"declarative design"
],
"homepage": "https://github.com/wang1212/reactive-zrender#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/wang1212/reactive-zrender.git"
},
"bugs": {
"url": "https://github.com/wang1212/reactive-zrender/issues"
},
"license": "MIT",
"author": "wang1212",
"engines": {
"node": ">=18"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"files": [
"build/",
"types/",
"index.esm.js",
"index.umd.js"
],
"exports": {
"import": "./index.esm.js",
"require": "./index.umd.js",
"browser": "./index.umd.js"
},
"main": "./index.umd.js",
"module": "./index.esm.js",
"browser": "./index.umd.js",
"types": "./types/index.d.ts",
"scripts": {
"prepare": "husky install",
"build:docs-html": "generate-md --layout github --input ./docs --output ./docs-html",
"serve": "node scripts/serve.cjs",
"lint:js": "eslint src/ --config=.eslintrc.cjs --ext=.js,.ts --fix --quiet --cache --cache-location=node_modules/.cache/.eslintcache --format=pretty",
"lint": "npm run lint:js",
"test": "jest --passWithNoTests",
"test-watch": "jest --passWithNoTests --watch",
"tsc:types:check": "tsc --noEmit",
"tsc:types:build": "tsc --emitDeclarationOnly",
"tsc:types:build-watch": "tsc --emitDeclarationOnly --watch",
"build:types": "node scripts/run-cli.cjs \"npm run tsc:types:build\"",
"build-watch:types": "node scripts/run-cli.cjs \"npm run tsc:types:build-watch\" --silent",
"build": "npm run test && npm run build:types && cross-env NODE_ENV=production rollup --config",
"build-watch": "cross-env NODE_ENV=development rollup --config --watch",
"build-watch-serve": "cross-env NODE_ENV=development rollup --config --watch --serve",
"esbuild-build-watch": "cross-env NODE_ENV=development node scripts/esbuild-watch.cjs",
"esbuild-build-watch-serve": "cross-env NODE_ENV=development node scripts/esbuild-watch.cjs --serve",
"dev": "concurrently --raw --kill-others \"npm:build-watch\" \"npm:build-watch:types\"",
"dev-serve": "concurrently --raw --kill-others \"npm:build-watch-serve\" \"npm:build-watch:types\"",
"esbuild-dev": "concurrently --raw --kill-others \"npm:esbuild-build-watch\" \"npm:build-watch:types\"",
"esbuild-dev-serve": "concurrently --raw --kill-others \"npm:esbuild-build-watch-serve\" \"npm:build-watch:types\"",
"commit": "cz",
"prerelease": "npm run test",
"release": "release-it",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@babel/runtime": "^7.22.6",
"core-js": "^3.32.0",
"debug": "^4.3.4",
"lottie-web": "^5.9.4",
"zrender": "^5.3.2"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/plugin-proposal-decorators": "7.23.9",
"@babel/plugin-transform-runtime": "7.23.9",
"@babel/preset-env": "7.23.9",
"@babel/preset-typescript": "7.23.3",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.2",
"@release-it/conventional-changelog": "8.0.1",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-strip": "3.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-url": "8.0.2",
"@rollup/plugin-virtual": "3.0.2",
"@types/jest": "29.5.3",
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@wang1212/eslint-config": "0.4.0",
"babel-jest": "29.6.2",
"browser-sync": "2.29.3",
"commitizen": "4.3.0",
"concurrently": "8.2.2",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"esbuild": "0.15.12",
"esbuild-style-plugin": "1.6.3",
"eslint": "8.56.0",
"eslint-formatter-pretty": "5.0.0",
"fs-extra": "11.2.0",
"husky": "8.0.3",
"jest": "29.6.2",
"jest-environment-jsdom": "29.6.2",
"lint-staged": "15.2.1",
"markdown-styles": "3.2.0",
"prettier": "3.2.5",
"release-it": "17.0.3",
"rollup": "2.79.1",
"rollup-plugin-esbuild": "5.0.0",
"rollup-plugin-filesize": "10.0.0",
"rollup-plugin-progress": "1.1.2",
"rollup-plugin-styles": "4.0.0",
"rollup-plugin-visualizer": "5.12.0",
"sass": "1.70.0",
"typescript": "5.3.3"
}
}