forked from VisActor/VChart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "@visactor/wx-vchart",
"version": "1.13.2",
"description": "",
"main": "index.js",
"miniprogram": ".",
"files": [
"index.js",
"index.json",
"index.wxml",
"index.wxss"
],
"scripts": {
"rollup": "npm run build",
"build": "npm run clear && rollup -c --configPlugin typescript --bundleConfigAsCjs",
"clear": "rimraf index.js"
},
"keywords": [],
"author": "",
"dependencies": {},
"license": "MIT",
"devDependencies": {
"@babel/core": "7.20.12",
"@babel/preset-env": "7.20.2",
"miniprogram-api-typings": "^2.8.3-1",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "24.1.0",
"@rollup/plugin-node-resolve": "15.0.2",
"@rollup/plugin-typescript": "11.1.0",
"rimraf": "3.0.2",
"rollup": "3.20.5",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-terser": "7.0.2",
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@rushstack/eslint-patch": "~1.1.4",
"eslint": "~8.18.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}