-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.5 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
{
"name": "databend-vue-logos",
"version": "0.0.9",
"private": false,
"description": "Databend Cloud Logos",
"main": "lib/index.min.js",
"module": "lib/index.esm.js",
"typings": "lib/index.d.ts",
"keyword": "vue3 databend databendcloud databendlogos",
"license": "MIT",
"author": {
"name": "databend",
"email": "hi@datafuselabs.com"
},
"repository": {
"type": "git",
"url": "https://github.com/databendcloud/databend-vue-logos"
},
"scripts": {
"serve": "vue-cli-service serve",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"build": "yarn build:clean && yarn build:lib && yarn build:esm-bundle && rimraf lib/demo.html",
"build:clean": "rimraf lib",
"build:lib": "vue-cli-service build --target lib --name index --dest lib packages/index.ts",
"build:esm-bundle": "rollup --config ./build/rollup.config.js"
},
"dependencies": {
"@achrinza/node-ipc": "^10.1.9",
"core-js": "^3.6.5",
"rollup-plugin-url": "^3.0.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue": "^3.3.4"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.5",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"rollup": "^2.58.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"typescript": "~4.1.5"
}
}