-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "mz-datav-libs-dev",
"version": "1.0.0",
"description": "mz datav components library",
"main": "dist/mz.datav.js",
"scripts": {
"dev": "rollup -wc rollup.config.dev.js",
"build": "eslint ./src && rollup -c rollup.config.dev.js",
"build:prod": "eslint ./src && rollup -c rollup.config.prod.js",
"lint": "eslint ./src"
},
"files": [
"dist",
"src"
],
"keywords": [
"vue",
"datav"
],
"author": "Louis <2321_louis@163.com>",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@vue/compiler-sfc": "^3.2.47",
"core-js": "^3.28.0",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"rollup": "^3.17.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.58.3"
}
}